FlavoredProject::GetGuidProperty Method (UInt32, Int32)

 

Gets properties whose values are GUIDs.

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

protected:
virtual Guid GetGuidProperty(
	unsigned int itemId,
	int propId
)

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.

Return Value

Type: System::Guid

The GUID value of the property.

This method calls IVsHierarchy GetGuidProperty on the inner project.

Return to top
Show: