ITypeComp.RemoteBind – metoda
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro vnitřní potřebu.
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
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
)
Parametry
- szName
Typ: System.String
- lHashVal
Typ: System.UInt32
- wFlags
Typ: System.UInt16
- ppTInfo
Typ: System.Type%
- pDescKind
Typ: Microsoft.VisualStudio.VsWizard.tagDESCKIND%
- ppFuncDesc
Typ: System.IntPtr
- ppVarDesc
Typ: System.IntPtr
- ppTypeComp
Typ: Microsoft.VisualStudio.VsWizard.ITypeComp%
- pDummy
Typ: System.UInt32%
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.