FlavoredProject.GetGuidProperty(UInt32, Int32) Method

Definition

Gets properties whose values are GUIDs.

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 of the hierarchy node for which to get the property.

propId
Int32

The ID of the property.

Returns

The GUID value of the property.

Remarks

This method calls IVsHierarchyGetGuidProperty on the inner project.

Applies to