UCOMITypeLib.GetTypeInfoType Metoda

Definicja

Przeciążenia

GetTypeInfoType(Int32, TYPEKIND)

Pobiera typ opisu typu.

GetTypeInfoType(Int32, TYPEKIND)

Pobiera typ opisu typu.

GetTypeInfoType(Int32, TYPEKIND)

Pobiera typ opisu typu.

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)

Parametry

index
Int32

Indeks opisu typu w bibliotece typów.

pTKind
TYPEKIND

Odwołanie do TYPEKIND wyliczenia dla opisu typu.

Uwagi

Aby uzyskać dodatkowe informacje, zobacz ITypeLib::GetTypeInfoType.

Dotyczy

GetTypeInfoType(Int32, TYPEKIND)

Pobiera typ opisu typu.

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)

Parametry

index
Int32

Indeks opisu typu w bibliotece typów.

pTKind
TYPEKIND

Odwołanie do TYPEKIND wyliczenia dla opisu typu.

Uwagi

Aby uzyskać dodatkowe informacje na temat ITypeLib::GetTypeInfoOfTypeprogramu , zobacz bibliotekę MSDN.

Dotyczy