Partager via


ITypeInfo.GetImplTypeFlags, méthode

Extrait les balises d'IMPLTYPEFLAGS pour une interface.

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

Syntaxe

'Déclaration
Sub GetImplTypeFlags ( _
    index As UInteger, _
    <OutAttribute> ByRef pImplTypeFlags As Integer _
)
void GetImplTypeFlags(
    uint index,
    out int pImplTypeFlags
)
void GetImplTypeFlags(
    [InAttribute] unsigned int index, 
    [OutAttribute] int% pImplTypeFlags
)
abstract GetImplTypeFlags : 
        index:uint32 * 
        pImplTypeFlags:int byref -> unit 
function GetImplTypeFlags(
    index : uint, 
    pImplTypeFlags : int
)

Paramètres

  • index
    Type : System.UInt32
    Index de l'interface implémentée ou de l'interface de base pour lesquelles obtiennent les balises.

Sécurité .NET Framework

Voir aussi

Référence

ITypeInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms