FlavoredProject::IVsUIHierarchy::GetGuidProperty Method (UInt32, Int32, Guid)

 

Gets properties whose values are GUIDs.

Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int GetGuidProperty(
	unsigned int itemid,
	int propid,
	[OutAttribute] Guid% pguid
) sealed = IVsUIHierarchy::GetGuidProperty

Parameters

itemid
Type: System::UInt32

The item ID of the hierarchy node for which to get the property.

propid
Type: System::Int32

The ID of the property.

pguid
Type: System::Guid

[out] The GUID value.

This method calls the GetGuidProperty method.

Return to top
Show: