Share via


WebFormsDesignerActionService.GetComponentDesignerActions Metodo

Definizione

Ottiene gli elenchi di elementi smart tag associati a un 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)

Parametri

component
IComponent

Riferimento al controllo associato alla finestra di progettazione.

actionLists
DesignerActionListCollection

DesignerActionListCollection a cui aggiungere gli smart tag associati.

Si applica a

Vedi anche