FlavoredProjectBase.IVsHierarchy.SetGuidProperty Method

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

Syntax

'Declaration
Private Function SetGuidProperty ( _
    itemId As UInteger, _
    propId As Integer, _
    ByRef guid As Guid _
) As Integer Implements IVsHierarchy.SetGuidProperty
'Usage
Dim instance As FlavoredProjectBase 
Dim itemId As UInteger 
Dim propId As Integer 
Dim guid As Guid 
Dim returnValue As Integer 

returnValue = CType(instance, IVsHierarchy).SetGuidProperty(itemId, _
    propId, guid)
int IVsHierarchy.SetGuidProperty(
    uint itemId,
    int propId,
    ref Guid guid
)
private:
virtual int SetGuidProperty(
    unsigned int itemId, 
    int propId, 
    Guid% guid
) sealed = IVsHierarchy::SetGuidProperty
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsHierarchy.SetGuidProperty(UInt32, Int32, Guid%)

.NET Framework Security

See Also

Reference

FlavoredProjectBase Class

FlavoredProjectBase Members

Microsoft.VisualStudio.Shell.Flavor Namespace