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: UInt32

     

  • ppVarDesc
    Typ: IntPtr

     

  • pDummy
    Typ: UInt32%

     

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITypeInfo Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů