WebFormsDesignerActionService.GetComponentDesignerActions Método

Definición

Obtiene las listas de elementos de etiquetas inteligentes que se asocian a un componente.

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)

Parámetros

component
IComponent

Referencia al control asociado al diseñador.

actionLists
DesignerActionListCollection

DesignerActionListCollection a la que se van a agregar las etiquetas inteligentes asociadas.

Se aplica a

Consulte también