UCOMITypeLib.GetTypeInfoType Méthode

Définition

Surcharges

GetTypeInfoType(Int32, TYPEKIND)

Récupère le type d’une description de type.

GetTypeInfoType(Int32, TYPEKIND)

Récupère le type d’une description de type.

GetTypeInfoType(Int32, TYPEKIND)

Récupère le type d’une description de type.

public:
 void GetTypeInfoType(int index, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::TYPEKIND % pTKind);
public void GetTypeInfoType (int index, out System.Runtime.InteropServices.ComTypes.TYPEKIND pTKind);
abstract member GetTypeInfoType : int * TYPEKIND -> unit
Public Sub GetTypeInfoType (index As Integer, ByRef pTKind As TYPEKIND)

Paramètres

index
Int32

Index de la description de type dans la bibliothèque de types.

pTKind
TYPEKIND

Référence à l’énumération TYPEKIND pour la description de type.

Remarques

Pour plus d’informations, consultez ITypeLib ::GetTypeInfoType.

S’applique à

GetTypeInfoType(Int32, TYPEKIND)

Récupère le type d’une description de type.

public:
 void GetTypeInfoType(int index, [Runtime::InteropServices::Out] System::Runtime::InteropServices::TYPEKIND % pTKind);
public void GetTypeInfoType (int index, out System.Runtime.InteropServices.TYPEKIND pTKind);
abstract member GetTypeInfoType : int * TYPEKIND -> unit
Public Sub GetTypeInfoType (index As Integer, ByRef pTKind As TYPEKIND)

Paramètres

index
Int32

Index de la description de type dans la bibliothèque de types.

pTKind
TYPEKIND

Référence à l’énumération TYPEKIND pour la description de type.

Remarques

Pour plus d’informations sur ITypeLib::GetTypeInfoOfType, consultez MSDN Library.

S’applique à