Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Sub RemoteBindType ( _
szName As String, _
lHashVal As UInteger, _
<OutAttribute> ByRef ppTInfo As Type _
)
void RemoteBindType(
string szName,
uint lHashVal,
out Type ppTInfo
)
void RemoteBindType(
[InAttribute] String^ szName,
[InAttribute] unsigned int lHashVal,
[OutAttribute] Type^% ppTInfo
)
abstract RemoteBindType :
szName:string *
lHashVal:uint32 *
ppTInfo:Type byref -> unit
function RemoteBindType(
szName : String,
lHashVal : uint,
ppTInfo : Type
)
Parameters
- szName
Type: System.String
- lHashVal
Type: System.UInt32
- ppTInfo
Type: System.Type%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.