Share via


FlavoredProjectBase.GetGuidProperty Method

Gets the GUID of the specified item.

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Protected Overridable Function GetGuidProperty ( _
    itemId As UInteger, _
    propId As Integer _
) As Guid
protected virtual Guid GetGuidProperty(
    uint itemId,
    int propId
)
protected:
virtual Guid GetGuidProperty(
    unsigned int itemId, 
    int propId
)
abstract GetGuidProperty : 
        itemId:uint32 * 
        propId:int -> Guid  
override GetGuidProperty : 
        itemId:uint32 * 
        propId:int -> Guid
protected function GetGuidProperty(
    itemId : uint, 
    propId : int
) : Guid

Parameters

  • itemId
    Type: UInt32

    The item ID.

  • propId
    Type: Int32

    The property ID.

Return Value

Type: Guid
The GUID.

.NET Framework Security

See Also

Reference

FlavoredProjectBase Class

Microsoft.VisualStudio.Shell.Flavor Namespace