ITypeLib.GetTypeInfoType Method

Definition

Overloads

GetTypeInfoType(UInt32, TYPEKIND)
GetTypeInfoType(UInt32, tagTYPEKIND)

Retrieves the type of a type description.

GetTypeInfoType(UInt32, TYPEKIND)

public:
 void GetTypeInfoType(System::UInt32 index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::TYPEKIND % pTKind);
public void GetTypeInfoType (uint index, out Microsoft.VisualStudio.OLE.Interop.TYPEKIND pTKind);
abstract member GetTypeInfoType : uint32 * TYPEKIND -> unit
Public Sub GetTypeInfoType (index As UInteger, ByRef pTKind As TYPEKIND)

Parameters

index
UInt32
pTKind
TYPEKIND

Applies to

GetTypeInfoType(UInt32, tagTYPEKIND)

Retrieves the type of a type description.

public:
 void GetTypeInfoType(System::UInt32 index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::VsWizard::tagTYPEKIND % pTKind);
public:
 void GetTypeInfoType(unsigned int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::VsWizard::tagTYPEKIND &  pTKind);
void GetTypeInfoType(unsigned int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::VsWizard::tagTYPEKIND & pTKind);
public void GetTypeInfoType (uint index, out Microsoft.VisualStudio.VsWizard.tagTYPEKIND pTKind);
abstract member GetTypeInfoType : uint32 * tagTYPEKIND -> unit
Public Sub GetTypeInfoType (index As UInteger, ByRef pTKind As tagTYPEKIND)

Parameters

index
UInt32

Index of the type description within the type library.

pTKind
tagTYPEKIND

Pointer to the TypeKind enumeration for the type description.

Applies to