ITypeComp.RemoteBind Method
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 RemoteBind ( _
szName As String, _
lHashVal As UInteger, _
wFlags As UShort, _
<OutAttribute> ByRef ppTInfo As Type, _
<OutAttribute> ByRef pDescKind As tagDESCKIND, _
<OutAttribute> ppFuncDesc As IntPtr, _
<OutAttribute> ppVarDesc As IntPtr, _
<OutAttribute> ByRef ppTypeComp As ITypeComp, _
<OutAttribute> ByRef pDummy As UInteger _
)
void RemoteBind(
string szName,
uint lHashVal,
ushort wFlags,
out Type ppTInfo,
out tagDESCKIND pDescKind,
IntPtr ppFuncDesc,
IntPtr ppVarDesc,
out ITypeComp ppTypeComp,
out uint pDummy
)
void RemoteBind(
[InAttribute] String^ szName,
[InAttribute] unsigned int lHashVal,
[InAttribute] unsigned short wFlags,
[OutAttribute] Type^% ppTInfo,
[OutAttribute] tagDESCKIND% pDescKind,
[OutAttribute] IntPtr ppFuncDesc,
[OutAttribute] IntPtr ppVarDesc,
[OutAttribute] ITypeComp^% ppTypeComp,
[OutAttribute] unsigned int% pDummy
)
abstract RemoteBind :
szName:string *
lHashVal:uint32 *
wFlags:uint16 *
ppTInfo:Type byref *
pDescKind:tagDESCKIND byref *
ppFuncDesc:IntPtr byref *
ppVarDesc:IntPtr byref *
ppTypeComp:ITypeComp byref *
pDummy:uint32 byref -> unit
function RemoteBind(
szName : String,
lHashVal : uint,
wFlags : ushort,
ppTInfo : Type,
pDescKind : tagDESCKIND,
ppFuncDesc : IntPtr,
ppVarDesc : IntPtr,
ppTypeComp : ITypeComp,
pDummy : uint
)
Parameters
szName
Type: System.String
lHashVal
Type: System.UInt32
wFlags
Type: System.UInt16
ppTInfo
Type: System.Type%
pDescKind
Type: Microsoft.VisualStudio.VsWizard.tagDESCKIND%
ppFuncDesc
Type: System.IntPtr
ppVarDesc
Type: System.IntPtr
ppTypeComp
Type: Microsoft.VisualStudio.VsWizard.ITypeComp%
pDummy
Type: System.UInt32%
.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.