ITypeLib::GetTypeInfoOfGuid Method (Guid, Type^)

 

Retrieves the type description that corresponds to the specified globally unique identifier (GUID).

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

void GetTypeInfoOfGuid(
	[InAttribute] Guid% Guid,
	[OutAttribute] Type^% ppTInfo
)

Parameters

Guid
Type: System::Guid

GUID of the type description.

ppTInfo
Type: System::Type^

The ITypeInfo interface.

Return to top
Show: