DesignerActionService.GetComponentActions Methode

Definition

Gibt die Auflistung von einer Komponente zugeordneten Smarttagelementlisten zurück.

Überlädt

GetComponentActions(IComponent)

Gibt die Auflistung von einer Komponente zugeordneten Smarttagelementlisten zurück.

GetComponentActions(IComponent, ComponentActionsType)

Gibt die Auflistung von Smarttagelementlisten des angegebenen Typs zurück, der einer Komponente zugeordnet ist.

GetComponentActions(IComponent, ComponentActionsType)

Gibt die Auflistung der Designeraktionselementlisten des angegebenen Typs zurück, der einer Komponente zugeordnet ist.

GetComponentActions(IComponent)

Gibt die Auflistung von einer Komponente zugeordneten Smarttagelementlisten zurück.

public:
 System::ComponentModel::Design::DesignerActionListCollection ^ GetComponentActions(System::ComponentModel::IComponent ^ component);
public System.ComponentModel.Design.DesignerActionListCollection GetComponentActions (System.ComponentModel.IComponent component);
member this.GetComponentActions : System.ComponentModel.IComponent -> System.ComponentModel.Design.DesignerActionListCollection
Public Function GetComponentActions (component As IComponent) As DesignerActionListCollection

Parameter

component
IComponent

Die Komponente, der die Smarttags zugeordnet sind.

Gibt zurück

Die Auflistung von Smarttags für die angegebene Komponente.

Ausnahmen

comp ist null.

Hinweise

Die GetComponentActions -Methode entspricht einem Aufruf der -Methode, die GetComponentActions(IComponent, ComponentActionsType) einen type Parameter von verwendet All. Daher enthält die zurückgegebene Auflistung sowohl die Push- als auch die Pulllisten von Smarttags.

Die zurückgegebene DesignerActionListCollection ist die Vereinigung von Elementlisten, die über die Add Methoden hinzugefügt wurden, und auch die Listen, die von der DesignerCommandSet instance von der Website der Komponente abgerufen wurden.

Weitere Informationen

Gilt für:

GetComponentActions(IComponent, ComponentActionsType)

Gibt die Auflistung von Smarttagelementlisten des angegebenen Typs zurück, der einer Komponente zugeordnet ist.

public:
 virtual System::ComponentModel::Design::DesignerActionListCollection ^ GetComponentActions(System::ComponentModel::IComponent ^ component, System::ComponentModel::Design::ComponentActionsType type);
public virtual System.ComponentModel.Design.DesignerActionListCollection GetComponentActions (System.ComponentModel.IComponent component, System.ComponentModel.Design.ComponentActionsType type);
abstract member GetComponentActions : System.ComponentModel.IComponent * System.ComponentModel.Design.ComponentActionsType -> System.ComponentModel.Design.DesignerActionListCollection
override this.GetComponentActions : System.ComponentModel.IComponent * System.ComponentModel.Design.ComponentActionsType -> System.ComponentModel.Design.DesignerActionListCollection
Public Overridable Function GetComponentActions (component As IComponent, type As ComponentActionsType) As DesignerActionListCollection

Parameter

component
IComponent

Die Komponente, der die Smarttags zugeordnet sind.

type
ComponentActionsType

Der ComponentActionsType, mit dem die zugeordneten Smarttags gefiltert werden sollen.

Gibt zurück

Die Auflistung von Smarttags des angegebenen Typs für die angegebene Komponente.

Ausnahmen

comp ist null.

Hinweise

Diese Version der überladenen Methode filtert GetComponentActions den type Parameter, der einen der folgenden Werte aufweisen kann.

Wert BESCHREIBUNG
All Alle zugeordneten Smarttags.
Component Nur Pullmodell-Smarttags.
Service Nur Pushmodell-Smarttags.

Wenn der zugeordnete Designer für eine Komponente keine Pullmodell-Smarttagliste angibt, verwendet die GetComponentActions -Methode stattdessen die Elemente des Entwurfszeit-Kontextmenüs des Designers aus der Verbs -Eigenschaft.

Weitere Informationen

Gilt für:

GetComponentActions(IComponent, ComponentActionsType)

Gibt die Auflistung der Designeraktionselementlisten des angegebenen Typs zurück, der einer Komponente zugeordnet ist.

public:
 virtual System::ComponentModel::Design::DesignerActionListCollection ^ GetComponentActions(System::ComponentModel::IComponent ^ component, System::Windows::Forms::Design::ComponentActionsType type);
public virtual System.ComponentModel.Design.DesignerActionListCollection GetComponentActions (System.ComponentModel.IComponent component, System.Windows.Forms.Design.ComponentActionsType type);
abstract member GetComponentActions : System.ComponentModel.IComponent * System.Windows.Forms.Design.ComponentActionsType -> System.ComponentModel.Design.DesignerActionListCollection
override this.GetComponentActions : System.ComponentModel.IComponent * System.Windows.Forms.Design.ComponentActionsType -> System.ComponentModel.Design.DesignerActionListCollection
Public Overridable Function GetComponentActions (component As IComponent, type As ComponentActionsType) As DesignerActionListCollection

Parameter

component
IComponent

Die Komponente, der die DesignerActions zugeordnet sind.

type
ComponentActionsType

Der ComponentActionsType , mit dem die zugeordneten Designeraktionen gefiltert werden sollen.

Gibt zurück

Die Auflistung von Designeraktionen des angegebenen Typs für die angegebene Komponente.

Ausnahmen

component ist null

Hinweise

Diese Version der überladenen Methode filtert GetComponentActions den type Parameter, der einen der folgenden Werte aufweisen kann.

Wert BESCHREIBUNG
All Alle zugeordneten Designeraktionen.
Component Nur Pullmodell-Designeraktionen.
Service Nur Pushmodell-Designeraktionen.

Wenn der zugeordnete Designer für eine Komponente keine Aktionsliste des Pullmodell-Designers angibt, verwendet die GetComponentActions -Methode stattdessen die Elemente des Entwurfszeit-Kontextmenüs des Designers aus der Verbs -Eigenschaft.

Gilt für: