FlavoredProjectBase.GetGuidProperty(UInt32, Int32) Method

Definition

Gets the GUID of the specified item.

protected:
 virtual Guid GetGuidProperty(System::UInt32 itemId, int propId);
protected virtual Guid GetGuidProperty (uint itemId, int propId);
abstract member GetGuidProperty : uint32 * int -> Guid
override this.GetGuidProperty : uint32 * int -> Guid
Protected Overridable Function GetGuidProperty (itemId As UInteger, propId As Integer) As Guid

Parameters

itemId
UInt32

The item ID.

propId
Int32

The property ID.

Returns

The GUID.

Applies to