FlavoredProjectBase.IVsUIHierarchy.SetGuidProperty Method
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaração
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
- itemid
Type: System.UInt32
- propid
Type: System.Int32
- rguid
Type: System.Guid%
Return Value
Type: System.Int32
Implements
IVsUIHierarchy.SetGuidProperty(UInt32, Int32, Guid%)
.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.