Partager via


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

Paramètres

  • ppTLibAttr
    Type : IntPtr

     

  • pDummy
    Type : UInt32%

     

Sécurité .NET Framework

Voir aussi

Référence

ITypeLib Interface

Microsoft.VisualStudio.VsWizard, espace de noms