Sets properties whose values are GUIDs.
Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.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
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: System.UInt32
The ID of the item. 
- propid
Type: System.Int32
The ID of the property to set. 
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.