WebFormsDesignerActionService.GetComponentDesignerActions Метод

Определение

Возвращает списки элементов смарт-тегов, связанные с компонентом.

protected:
 override void GetComponentDesignerActions(System::ComponentModel::IComponent ^ component, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
protected override void GetComponentDesignerActions (System.ComponentModel.IComponent component, System.ComponentModel.Design.DesignerActionListCollection actionLists);
override this.GetComponentDesignerActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
Protected Overrides Sub GetComponentDesignerActions (component As IComponent, actionLists As DesignerActionListCollection)

Параметры

component
IComponent

Ссылка на элемент управления, связанный с конструктором.

actionLists
DesignerActionListCollection

Коллекция DesignerActionListCollection, в которую добавляются связанные смарт-теги.

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

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