DesignerActionListsChangedEventArgs.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 samlingen med DesignerActionList objekt som är associerade med den här händelsen.
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
Egenskapsvärde
En DesignerActionListCollection som representerar samlingens aktuella tillstånd.
Kommentarer
Den hämtade DesignerActionListCollection representerar samlingens tillstånd efter att händelsen, som innebar att lägga till eller ta bort ett element, har tillämpats.