DesignerActionService.GetComponentDesignerActions Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.