次の方法で共有


FlavoredProject.GetGuidProperty Method

Gets properties whose values are GUIDs.

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

Syntax

'宣言
Protected Overridable Function GetGuidProperty ( _
    itemId As UInteger, _
    propId As Integer _
) As Guid
protected virtual Guid GetGuidProperty(
    uint itemId,
    int propId
)

Parameters

  • itemId
    Type: System.UInt32
    The item ID of the hierarchy node for which to get the property.

Return Value

Type: System.Guid
The GUID value of the property.

Remarks

This method calls IVsHierarchyGetGuidProperty on the inner project.

.NET Framework Security

See Also

Reference

FlavoredProject Class

Microsoft.VisualStudio.Shell.Flavor Namespace