Partager via


ITypeInfo.RemoteGetVarDesc, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ITypeInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms