Share via


UCOMITypeLib.GetTypeInfoType Metodo

Definizione

Overload

GetTypeInfoType(Int32, TYPEKIND)

Recupera il tipo di una descrizione del tipo.

GetTypeInfoType(Int32, TYPEKIND)

Recupera il tipo di una descrizione del tipo.

GetTypeInfoType(Int32, TYPEKIND)

Recupera il tipo di una descrizione del tipo.

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)

Parametri

index
Int32

Indice della descrizione dei tipi all'interno della libreria dei tipi.

pTKind
TYPEKIND

Riferimento all'enumerazione TYPEKIND per la descrizione del tipo.

Commenti

Per altre informazioni, vedere ITypeLib::GetTypeInfoType.

Si applica a

GetTypeInfoType(Int32, TYPEKIND)

Recupera il tipo di una descrizione del tipo.

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)

Parametri

index
Int32

Indice della descrizione dei tipi all'interno della libreria dei tipi.

pTKind
TYPEKIND

Riferimento all'enumerazione TYPEKIND per la descrizione del tipo.

Commenti

Per altre informazioni su ITypeLib::GetTypeInfoOfType, vedere MSDN Library.

Si applica a