DesignerActionService.GetComponentServiceActions Metodo

Definizione

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 .

Si applica a

Vedi anche