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
- 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.