DesignerActionService.GetComponentDesignerActions Metodo

Definizione

Recupera gli smart tag del modello pull associati a un componente.

protected:
 virtual void GetComponentDesignerActions(System::ComponentModel::IComponent ^ component, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
protected virtual void GetComponentDesignerActions (System.ComponentModel.IComponent component, System.ComponentModel.Design.DesignerActionListCollection actionLists);
abstract member GetComponentDesignerActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
override this.GetComponentDesignerActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
Protected Overridable Sub GetComponentDesignerActions (component As IComponent, actionLists As DesignerActionListCollection)

Parametri

component
IComponent

Componente al quale sono associati gli smart tag.

actionLists
DesignerActionListCollection

Insieme al quale aggiungere gli smart tag associati.

Eccezioni

Uno o entrambi i parametri sono null.

Commenti

Il GetComponentDesignerActions metodo è un metodo helper per i GetComponentActions metodi. GetComponentDesignerActions cerca smart tag pull-model di tipo Componente quindi li aggiunge alla raccolta fornita actionLists .

Se lo sviluppatore del componente non fornisce in modo esplicito una raccolta di smart tag tramite la ActionLists proprietà della relativa finestra di progettazione, questo metodo ririuserà le voci dei menu di scelta rapida in fase di progettazione, ottenute tramite la Verbs proprietà della finestra di progettazione.

Si applica a

Vedi anche