VsMenus.IDM_VS_CTXT_CODEWIN Field

A constant that defines the context menu of the Code Window.

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

Syntax

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

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

Field Value

Type: System.Int32

Remarks

The text of the corresponding menu item is "Code Window".

#define IDM_VS_CTXT_CODEWIN 0x040D

Permissions

See Also

Reference

VsMenus Class

VsMenus Members

Microsoft.VisualStudio.Package Namespace