DesignerActionService.GetComponentServiceActions Metoda

Definicja

Pobiera tagi inteligentne modelu wypychania skojarzone ze składnikiem.

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)

Parametry

component
IComponent

Składnik skojarzony z tagami inteligentnymi.

actionLists
DesignerActionListCollection

Kolekcja do dodawania skojarzonych tagów inteligentnych.

Wyjątki

Jeden lub oba parametry to null.

Uwagi

Metoda GetComponentServiceActions jest metodą pomocnika dla GetComponentActions metod. Wyszukuje tagi inteligentne modelu wypychania typu Service, a następnie dodaje je do dostarczonej actionLists kolekcji.

Dotyczy

Zobacz też