WorkflowMenuCommands.DesignerActionsMenu 字段

定义

可用于访问设计器操作菜单的 CommandIDA CommandID that can be used to access the designer actions menu. 此字段为只读。This field is read-only.

public: static initonly System::ComponentModel::Design::CommandID ^ DesignerActionsMenu;
public static readonly System.ComponentModel.Design.CommandID DesignerActionsMenu;
 staticval mutable DesignerActionsMenu : System.ComponentModel.Design.CommandID
Public Shared ReadOnly DesignerActionsMenu As CommandID 

字段值

CommandID

注解

设计器操作菜单通常用于访问可用于设计器的操作。The designer actions menu is typically used to access actions available to the designer.

适用于