A constant that defines a context menu for no available commands.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Const IDM_VS_CTXT_NOCOMMANDS As Integer
'使用
Dim value As Integer
value = VsMenus.IDM_VS_CTXT_NOCOMMANDS
public const int IDM_VS_CTXT_NOCOMMANDS
public:
literal int IDM_VS_CTXT_NOCOMMANDS
public const var IDM_VS_CTXT_NOCOMMANDS : int
Field Value
Type: System.Int32
Remarks
The text of the corresponding menu item is "No Commands Available".
#define IDM_VS_CTXT_NOCOMMANDS 0x041A
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.