FlavoredProjectBase.IVsUIHierarchy.SetGuidProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.SetGuidProperty(System::UInt32 itemid, int propid, Guid % rguid) = Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy::SetGuidProperty;
int IVsUIHierarchy.SetGuidProperty (uint itemid, int propid, ref Guid rguid);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.SetGuidProperty : uint32 * int * Guid -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.SetGuidProperty : uint32 * int * Guid -> int
Function SetGuidProperty (itemid As UInteger, propid As Integer, ByRef rguid As Guid) As Integer Implements IVsUIHierarchy.SetGuidProperty
Parameters
- itemid
- UInt32
- propid
- Int32
- rguid
- Guid
Returns
The HRESULT.