VsMenus.IDM_VS_CTXT_REFERENCE Field

A constant that defines the reference item context menu.

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

Syntax

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

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

Field Value

Type: System.Int32

Remarks

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

#define IDM_VS_CTXT_REFERENCE 0x0450

Permissions

See Also

Reference

VsMenus Class

VsMenus Members

Microsoft.VisualStudio.Package Namespace