Partager via


ITypeInfo.RemoteGetTypeAttr, 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 RemoteGetTypeAttr ( _
    <OutAttribute> ppTypeAttr As IntPtr, _
    <OutAttribute> ByRef pDummy As UInteger _
)
void RemoteGetTypeAttr(
    IntPtr ppTypeAttr,
    out uint pDummy
)
void RemoteGetTypeAttr(
    [OutAttribute] IntPtr ppTypeAttr, 
    [OutAttribute] unsigned int% pDummy
)
abstract RemoteGetTypeAttr : 
        ppTypeAttr:IntPtr byref * 
        pDummy:uint32 byref -> unit 
function RemoteGetTypeAttr(
    ppTypeAttr : IntPtr, 
    pDummy : uint
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ITypeInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms