Partager via


ITypeInfo.GetRefTypeOfImplType, méthode

Extrait la description de type des types d'interface implémentés pour une classe d'objets de composant (coclasse) ou une interface héritée.

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

Syntaxe

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

Paramètres

  • index
    Type : System.UInt32
    Index du type implémenté dont le handle est retourné.La plage valide est 0 cImplTypes aux membres dans la structure d'Microsoft.VisualStudio.OLE.Interop.TYPEATTR.
  • pRefType
    Type : System.UInt32%
    Sur le retour, pointeur à un handle pour l'interface implémentée (le cas échéant).Ce handle peut être passé à GetRefTypeInfo pour obtenir la description de type.

Notes

Pour obtenir l'accès à la bibliothèque et à la documentation d'Microsoft.VisualStudio.OLE.Interop.TYPEATTR, vous devez télécharger Kit de développement logiciel Visual Studio duExtensibilité de Visual Studio site.

Sécurité .NET Framework

Voir aussi

Référence

ITypeInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms