DesignerCommandSet.ActionLists Eigenschaft

Definition

Ruft die Auflistung aller der entworfenen Komponente zugeordneten Smarttags ab.

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

Eine DesignerActionListCollection, die die Smarttags für die zugeordnete entworfene Komponente enthält.

Hinweise

Die Basisimplementierung ruft GetCommands einfach mit dem Zeichenfolgenparameter "ActionLists" auf.

Gilt für:

Weitere Informationen