FlavoredProject::SetGuidProperty Method (UInt32, Int32, Guid)

 

Sets 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 void SetGuidProperty(
	unsigned int itemId,
	int propId,
	Guid% guid
)

Parameters

itemId
Type: System::UInt32

The ID of the item.

propId
Type: System::Int32

The ID of the property to set.

guid
Type: System::Guid

The GUID value of the property.

This method calls the SetGuidProperty method on the inner project.

Return to top
Show: