共用方式為


DesignerCommandSet.ActionLists 屬性

定義

取得與所設計元件相關聯之所有智慧標籤的集合。

public:
 property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
public System.ComponentModel.Design.DesignerActionListCollection? ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public ReadOnly Property ActionLists As DesignerActionListCollection

屬性值

DesignerActionListCollection,包含相關聯之設計元件的智慧標籤。

備註

基底實作只會使用字串參數 「ActionLists」 呼叫 GetCommands

適用於

另請參閱