BaseDataListDesigner.ActionLists Свойство

Определение

Возвращает коллекцию списков действий конструктора для этого конструктора.

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

Значение свойства

Связанный с этим конструктором DesignerActionListCollection .

Комментарии

Свойство ActionLists создает пустой DesignerActionListCollection объект и добавляет DesignerActionListCollection возвращаемое базовым свойством ActionLists в этот DesignerActionListCollection объект. Затем он добавляет его в DesignerActionListCollection объект, а затем возвращает этот DesignerActionListCollection объект.

Применяется к

См. также раздел