Bagikan melalui


DesignerCommandSet.ActionLists Properti

Definisi

Mendapatkan koleksi semua tag pintar yang terkait dengan komponen yang dirancang.

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

Nilai Properti

DesignerActionListCollection yang berisi tag pintar untuk komponen yang dirancang terkait.

Keterangan

Implementasi dasar hanya memanggil GetCommands dengan parameter string "ActionLists".

Berlaku untuk

Lihat juga