ReferenceNode.MenuCommandId Property

Gets the context menu command ID associated with this node.

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

Syntax

'宣言
Public Overrides ReadOnly Property MenuCommandId As Integer
'使用
Dim instance As ReferenceNode
Dim value As Integer

value = instance.MenuCommandId
public override int MenuCommandId { get; }
public:
virtual property int MenuCommandId {
    int get () override;
}
public override function get MenuCommandId () : int

Property Value

Type: System.Int32

By default returns IDM_VS_CTXT_REFERENCE. Implementations should supply the appropriate value.

Permissions

See Also

Reference

ReferenceNode Class

ReferenceNode Members

Microsoft.VisualStudio.Package Namespace