Freigeben über


DesignerActionListsChangedEventArgs.ActionLists Eigenschaft

Definition

Ruft die Auflistung von DesignerActionList Objekten ab, die diesem Ereignis zugeordnet sind.

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

Eigenschaftswert

A DesignerActionListCollection , das den aktuellen Status der Auflistung darstellt.

Hinweise

The retrieved DesignerActionListCollection represents the state of the collection after the event, which involved adding or removing an element, has been applied.

Gilt für:

Weitere Informationen