ITypeLib::GetTypeInfo Method (UInt32, Type^)

 

Retrieves the specified type description in the library.

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

void GetTypeInfo(
	unsigned int index,
	[OutAttribute] Type^% ppTInfo
)

Parameters

index
Type: System::UInt32

Index of the ITypeInfo to be returned.

ppTInfo
Type: System::Type^

If successful, returns a pointer to the pointer to the ITypeInfo interface.

Return to top
Show: