ITypeLib.GetTypeInfoType(Int32, TYPEKIND) Metoda

Definice

Načte typ popisu 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

Index popisu typu v knihovně typů.

pTKind
TYPEKIND

Když tato metoda vrátí, obsahuje odkaz na TYPEKIND výčet pro popis typu. Tento parametr se předává neinicializovaný.

Poznámky

Další informace najdete v tématu Metoda ITypeLib::GetTypeInfoType.

Platí pro