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
- 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.