Freigeben über


WebFormsDesignerActionService.GetComponentDesignerActions Methode

Definition

Ruft die Smarttag-Elementlisten ab, die einer Komponente zugeordnet sind.

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)

Parameter

component
IComponent

Ein Verweis auf das dem Designer zugeordnete Steuerelement.

actionLists
DesignerActionListCollection

Die DesignerActionListCollection, der die zugeordneten Smarttags hinzugefügt werden sollen.

Gilt für

Siehe auch