ITypeInfo.RemoteGetVarDesc (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ITypeInfo Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)