ITypeLib::GetTypeInfoType Method (UInt32, tagTYPEKIND)

 

Retrieves the type of a type description.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

void GetTypeInfoType(
	unsigned int index,
	[OutAttribute] tagTYPEKIND% pTKind
)

Parameters

index
Type: System::UInt32

Index of the type description within the type library.

pTKind
Type: Microsoft.VisualStudio.VsWizard::tagTYPEKIND

Pointer to the TypeKind enumeration for the type description.

Return to top
Show: