Compartilhar via


WebFormsDesignerActionService.GetComponentDesignerActions Método

Definição

Obtém as listas de itens de marcas inteligentes 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 com o designer.

actionLists
DesignerActionListCollection

A DesignerActionListCollection na qual as marcações inteligentes associadas serão adicionadas.

Aplica-se a

Confira também