WebFormsDesignerActionService.GetComponentDesignerActions Método

Definição

Obtém as listas de itens smart-tag 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 controlo associado ao projetista.

actionLists
DesignerActionListCollection

Para DesignerActionListCollection adicionar as smart tags associadas.

Aplica-se a

Ver também