共用方式為


FlavoredProject.IVsUIHierarchy.SetGuidProperty Method

Sets properties whose values are GUIDs.

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

Syntax

'宣告
Private Function SetGuidProperty ( _
    itemid As UInteger, _
    propid As Integer, _
    ByRef rguid As Guid _
) As Integer Implements IVsUIHierarchy.SetGuidProperty
int IVsUIHierarchy.SetGuidProperty(
    uint itemid,
    int propid,
    ref Guid rguid
)

Parameters

  • rguid
    Type: System.Guid%
    The GUID value of the property.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsUIHierarchy.SetGuidProperty(UInt32, Int32, Guid%)

Remarks

This method calls the SetGuidProperty method, which itself calls the SetGuidProperty method, which calls the SetGuidProperty method on the inner project..

.NET Framework Security

See Also

Reference

FlavoredProject Class

Microsoft.VisualStudio.Shell.Flavor Namespace