DesignerActionListsChangedEventArgs.ActionLists 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與這個事件相關聯的 DesignerActionList 物件集合。
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,表示集合的目前狀態。
備註
DesignerActionListCollection已擷取代表已套用事件之後集合的狀態,而該事件涉及加入或移除專案。