Partager via


ITypeInfo.RemoteGetContainingTypeLib, 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 RemoteGetContainingTypeLib ( _
    <OutAttribute> ByRef ppTLib As ITypeLib, _
    <OutAttribute> ByRef pIndex As UInteger _
)
void RemoteGetContainingTypeLib(
    out ITypeLib ppTLib,
    out uint pIndex
)
void RemoteGetContainingTypeLib(
    [OutAttribute] ITypeLib^% ppTLib, 
    [OutAttribute] unsigned int% pIndex
)
abstract RemoteGetContainingTypeLib : 
        ppTLib:ITypeLib byref * 
        pIndex:uint32 byref -> unit 
function RemoteGetContainingTypeLib(
    ppTLib : ITypeLib, 
    pIndex : uint
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ITypeInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms