UserControlDesigner.ActionLists Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar åtgärdslistsamlingen för användarkontrolldesignern.
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
Egenskapsvärde
En DesignerActionListCollection som innehåller taggarna för åtgärdslistan för kontrolldesignern.
Kommentarer
Den här implementeringen skapar två DesignerActionMethodItem objekt i samlingen: Redigera användarkontroll och Uppdatera.
Gäller för
Se även
- DesignerActionListCollection
- översikt över ASP.NET Control Designers