FlavoredProject::IVsUIHierarchy::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)

private:
virtual int SetGuidProperty(
	unsigned int itemid,
	int propid,
	Guid% rguid
) sealed = IVsUIHierarchy::SetGuidProperty

Parameters

itemid
Type: System::UInt32

The ID of the item.

propid
Type: System::Int32

The ID of the property to set.

rguid
Type: System::Guid

The GUID value of the property.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

This method calls the SetGuidProperty method, which itself calls the SetGuidProperty method, which calls the SetGuidProperty method on the inner project..

Return to top
Show: