WebFormsDesignerActionService.GetComponentDesignerActions Metod

Definition

Hämtar de smarttaggsobjektlistor som är associerade med en 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)

Parametrar

component
IComponent

En referens till kontrollen som är associerad med designern.

actionLists
DesignerActionListCollection

Att DesignerActionListCollection lägga till de associerade smarta taggarna i.

Gäller för

Se även