UserControlDesigner.ActionLists Eigenschaft

Definition

Ruft die Aktionslistenauflistung für den Benutzersteuerelement-Designer ab.

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

Eigenschaftswert

A DesignerActionListCollection that contains the action list tags for the control designer.

Hinweise

Diese Implementierung erstellt zwei DesignerActionMethodItem Objekte in der Auflistung: Benutzersteuerung und Aktualisierung bearbeiten.

Gilt für:

Weitere Informationen