DesignerActionService.GetComponentServiceActions Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Načte inteligentní značky nabízeného modelu přidružené ke komponentě.
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
Komponenta, ke které jsou inteligentní značky přidružené.
- actionLists
- DesignerActionListCollection
Kolekce, do které se mají přidat přidružené inteligentní značky.
Výjimky
Jeden nebo oba parametry jsou null
.
Poznámky
Metoda GetComponentServiceActions je pomocnou metodou pro metody GetComponentActions . Vyhledá inteligentní značky push-model typu Servicea pak je přidá do zadané actionLists
kolekce.