FlavoredProjectBase::GetGuidProperty Method (UInt32, Int32)

 

Gets the GUID of the specified item.

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.

propId
Type: System::Int32

The property ID.

Return Value

Type: System::Guid

The GUID.

Return to top
Show: