ITypeInfo::GetRefTypeInfo Method (UInt32, Type^)

 

Retrieves the type descriptions referenced by a specified type description.

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

void GetRefTypeInfo(
	unsigned int hreftype,
	[OutAttribute] Type^% ppTInfo
)

Parameters

hreftype
Type: System::UInt32

Handle to the referenced type description to be returned.

ppTInfo
Type: System::Type^

Reference type description.

Return to top
Show: