Freigeben über


DesignerActionService.GetComponentServiceActions Methode

Definition

Ruft die Pushmodell-Smarttags ab, die einer Komponente zugeordnet sind.

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)

Parameter

component
IComponent

Die Komponente, der die Smarttags zugeordnet sind.

actionLists
DesignerActionListCollection

Die Auflistung, der die zugeordneten Smarttags hinzugefügt werden soll.

Ausnahmen

Mindestens einer der Parameter ist null.

Hinweise

Die GetComponentServiceActions Methode ist eine Hilfsmethode für die GetComponentActions Methoden. Es sucht nach Pushmodell-Smarttags vom Typ Serviceund fügt diese dann der angegebenen actionLists Sammlung hinzu.

Gilt für:

Weitere Informationen