FlavoredProjectBase.IVsUIHierarchy.GetGuidProperty Method

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

Syntax

'Declaration
Private Function GetGuidProperty ( _
    itemid As UInteger, _
    propid As Integer, _
    <OutAttribute> ByRef pguid As Guid _
) As Integer Implements IVsUIHierarchy.GetGuidProperty
int IVsUIHierarchy.GetGuidProperty(
    uint itemid,
    int propid,
    out Guid pguid
)
private:
virtual int GetGuidProperty(
    unsigned int itemid, 
    int propid, 
    [OutAttribute] Guid% pguid
) sealed = IVsUIHierarchy::GetGuidProperty
private abstract GetGuidProperty : 
        itemid:uint32 * 
        propid:int * 
        pguid:Guid byref -> int  
private override GetGuidProperty : 
        itemid:uint32 * 
        propid:int * 
        pguid:Guid byref -> int
JScript does not support explicit interface implementations.

Parameters

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

Return Value

Type: Int32
The HRESULT.

Implements

IVsUIHierarchy.GetGuidProperty(UInt32, Int32, Guid%)

.NET Framework Security

See Also

Reference

FlavoredProjectBase Class

Microsoft.VisualStudio.Shell.Flavor Namespace