DesignerActionService.GetComponentServiceActions 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 push associati a un componente.
protected:
virtual void GetComponentServiceActions(System::ComponentModel::IComponent ^ component, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
protected virtual void GetComponentServiceActions (System.ComponentModel.IComponent component, System.ComponentModel.Design.DesignerActionListCollection actionLists);
abstract member GetComponentServiceActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
override this.GetComponentServiceActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
Protected Overridable Sub GetComponentServiceActions (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 GetComponentServiceActions metodo è un metodo helper per i GetComponentActions metodi . Cerca gli smart tag del modello push di tipo Servicee quindi li aggiunge alla raccolta fornita actionLists
.