WebFormsDesignerActionService.GetComponentDesignerActions Método

Definição

Obtém as listas de itens de marca inteligente que estão associadas a um 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

Uma referência ao controle associado ao designer.

actionLists
DesignerActionListCollection

Para DesignerActionListCollection adicionar as marcas inteligentes associadas.

Aplica-se a

Confira também