ITypeInfo.RemoteGetVarDesc – 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 RemoteGetVarDesc ( _
index As UInteger, _
<OutAttribute> ppVarDesc As IntPtr, _
<OutAttribute> ByRef pDummy As UInteger _
)
void RemoteGetVarDesc(
uint index,
IntPtr ppVarDesc,
out uint pDummy
)
void RemoteGetVarDesc(
[InAttribute] unsigned int index,
[OutAttribute] IntPtr ppVarDesc,
[OutAttribute] unsigned int% pDummy
)
abstract RemoteGetVarDesc :
index:uint32 *
ppVarDesc:IntPtr byref *
pDummy:uint32 byref -> unit
function RemoteGetVarDesc(
index : uint,
ppVarDesc : IntPtr,
pDummy : uint
)
Parametry
- index
Typ: System.UInt32
- ppVarDesc
Typ: System.IntPtr
- 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.