FlavoredProject.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.
Sets properties whose values are GUIDs.
protected:
virtual void SetGuidProperty(System::UInt32 itemId, int propId, Guid % guid);
protected virtual void SetGuidProperty (uint itemId, int propId, ref Guid guid);
abstract member SetGuidProperty : uint32 * int * Guid -> unit
override this.SetGuidProperty : uint32 * int * Guid -> unit
Protected Overridable Sub SetGuidProperty (itemId As UInteger, propId As Integer, ByRef guid As Guid)
Parameters
- itemId
- UInt32
The ID of the item.
- propId
- Int32
The ID of the property to set.
- guid
- Guid
The GUID value of the property.
Remarks
This method calls the SetGuidProperty method on the inner project.