FlavoredProjectBase.IVsHierarchy.SetGuidProperty(UInt32, Int32, Guid) 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.IVsHierarchy.SetGuidProperty(System::UInt32 itemId, int propId, Guid % guid) = Microsoft::VisualStudio::Shell::Interop::IVsHierarchy::SetGuidProperty;
int IVsHierarchy.SetGuidProperty (uint itemId, int propId, ref Guid guid);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.SetGuidProperty : uint32 * int * Guid -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.SetGuidProperty : uint32 * int * Guid -> int
Function SetGuidProperty (itemId As UInteger, propId As Integer, ByRef guid As Guid) As Integer Implements IVsHierarchy.SetGuidProperty
Parameters
- itemId
- UInt32
- propId
- Int32
- guid
- Guid
Returns
The HRESULT.