FlavoredProjectBase.IVsUIHierarchy.SetGuidProperty Method

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

Syntax

'Declaration
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
)
private:
virtual int SetGuidProperty(
    unsigned int itemid, 
    int propid, 
    Guid% rguid
) sealed = IVsUIHierarchy::SetGuidProperty
private abstract SetGuidProperty : 
        itemid:uint32 * 
        propid:int * 
        rguid:Guid byref -> int  
private override SetGuidProperty : 
        itemid:uint32 * 
        propid:int * 
        rguid:Guid byref -> int
JScript does not support explicit interface implementations.

Parameters

  • itemid
    Type: UInt32
  • propid
    Type: Int32
  • rguid
    Type: Guid%

Return Value

Type: Int32
The HRESULT.

Implements

IVsUIHierarchy.SetGuidProperty(UInt32, Int32, Guid%)

.NET Framework Security

See Also

Reference

FlavoredProjectBase Class

Microsoft.VisualStudio.Shell.Flavor Namespace