FlavoredProject.IVsUIHierarchy.SetGuidProperty Method

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

Syntax

'宣言
Private Function SetGuidProperty ( _
    itemid As UInteger, _
    propid As Integer, _
    ByRef rguid As Guid _
) As Integer Implements IVsUIHierarchy.SetGuidProperty
'使用
Dim instance As FlavoredProject
Dim itemid As UInteger
Dim propid As Integer
Dim rguid As Guid
Dim returnValue As Integer

returnValue = CType(instance, IVsUIHierarchy).SetGuidProperty(itemid, _
    propid, rguid)
int IVsUIHierarchy.SetGuidProperty(
    uint itemid,
    int propid,
    ref Guid rguid
)
private:
virtual int SetGuidProperty(
    unsigned int itemid, 
    int propid, 
    Guid% rguid
) sealed = IVsUIHierarchy::SetGuidProperty
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsUIHierarchy.SetGuidProperty(UInt32, Int32, Guid%)

Permissions

See Also

Reference

FlavoredProject Class

FlavoredProject Members

Microsoft.VisualStudio.Shell.Flavor Namespace