UCOMITypeLib.GetTypeInfoType Metoda

Definice

Přetížení

GetTypeInfoType(Int32, TYPEKIND)

Načte typ popisu typu.

GetTypeInfoType(Int32, TYPEKIND)

Načte typ popisu typu.

GetTypeInfoType(Int32, TYPEKIND)

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

Odkaz na TYPEKIND výčet pro popis typu.

Poznámky

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

Platí pro

GetTypeInfoType(Int32, TYPEKIND)

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

Index popisu typu v knihovně typů.

pTKind
TYPEKIND

Odkaz na TYPEKIND výčet pro popis typu.

Poznámky

Další informace o ITypeLib::GetTypeInfoOfTypenástroji naleznete v knihovně MSDN.

Platí pro