DesignerActionService.GetComponentServiceActions Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.