UCOMITypeLib.GetTypeInfoType Method

Definition

Overloads

GetTypeInfoType(Int32, TYPEKIND)

Retrieves the type of a type description.

GetTypeInfoType(Int32, TYPEKIND)

Retrieves the type of a type description.

GetTypeInfoType(Int32, TYPEKIND)

Retrieves the type of a type description.

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)

Parameters

index
Int32

The index of the type description within the type library.

pTKind
TYPEKIND

A reference to the TYPEKIND enumeration for the type description.

Remarks

For additional information, see ITypeLib::GetTypeInfoType.

Applies to

GetTypeInfoType(Int32, TYPEKIND)

Retrieves the type of a type description.

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)

Parameters

index
Int32

The index of the type description within the type library.

pTKind
TYPEKIND

Reference to the TYPEKIND enumeration for the type description.

Remarks

For additional information about ITypeLib::GetTypeInfoOfType, see the MSDN Library.

Applies to