Sdílet prostřednictvím


WebFormsDesignerActionService.GetComponentDesignerActions Metoda

Definice

Získá seznam položek inteligentní značky, které jsou přidruženy ke komponentě.

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)

Parametry

component
IComponent

Odkaz na ovládací prvek přidružený k návrháři.

actionLists
DesignerActionListCollection

K DesignerActionListCollection přidání přidružených inteligentních značek.

Platí pro

Viz také