VsMenus.IDM_VS_CTXT_REFERENCEROOT Field

A constant that defines the reference root node context menu.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Const IDM_VS_CTXT_REFERENCEROOT As Integer
'使用
Dim value As Integer

value = VsMenus.IDM_VS_CTXT_REFERENCEROOT
public const int IDM_VS_CTXT_REFERENCEROOT
public:
literal int IDM_VS_CTXT_REFERENCEROOT
public const var IDM_VS_CTXT_REFERENCEROOT : int

Field Value

Type: System.Int32

Remarks

The text of the corresponding menu item is "Reference Root".

#define IDM_VS_CTXT_REFERENCEROOT 0x0450

Permissions

See Also

Reference

VsMenus Class

VsMenus Members

Microsoft.VisualStudio.Package Namespace