FlavoredProject::IVsHierarchy::SetGuidProperty Method (UInt32, Int32, Guid)
Visual Studio 2015
Sets properties whose values are GUIDs.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int SetGuidProperty( unsigned int itemId, int propId, Guid% guid ) sealed = IVsHierarchy::SetGuidProperty
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.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method calls the SetGuidProperty method, which calls the SetGuidProperty method on the inner project.
Show: