FolderNode.MenuCommandId Property

Gets the context menu command ID of the folder 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 FolderNode
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

Returns IDM_VS_CTXT_FOLDERNODE().

Permissions

See Also

Reference

FolderNode Class

FolderNode Members

Microsoft.VisualStudio.Package Namespace