Compartir a través de


UCOMITypeLib.GetTypeInfoType Método

Definición

Sobrecargas

GetTypeInfoType(Int32, TYPEKIND)

Recupera el tipo de una descripción de tipos.

GetTypeInfoType(Int32, TYPEKIND)

Recupera el tipo de una descripción de tipos.

GetTypeInfoType(Int32, TYPEKIND)

Source:
UCOMITypeLib.cs
Source:
UCOMITypeLib.cs
Source:
UCOMITypeLib.cs

Recupera el tipo de una descripción de tipos.

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)

Parámetros

index
Int32

Índice de la descripción de tipo en la biblioteca de tipos.

pTKind
TYPEKIND

Referencia a la enumeración TYPEKIND de la descripción de tipo.

Comentarios

Para obtener más información, vea ITypeLib::GetTypeInfoType.

Se aplica a

GetTypeInfoType(Int32, TYPEKIND)

Recupera el tipo de una descripción de tipos.

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)

Parámetros

index
Int32

Índice de la descripción de tipo en la biblioteca de tipos.

pTKind
TYPEKIND

Referencia a la enumeración TYPEKIND de la descripción de tipo.

Comentarios

Para obtener más información sobre ITypeLib::GetTypeInfoOfType, vea MSDN Library.

Se aplica a