DesignerActionService.GetComponentServiceActions Metoda

Definice

Načte inteligentní značky modelu push-model 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ženy.

actionLists
DesignerActionListCollection

Kolekce pro přidání přidružených inteligentních značek.

Výjimky

Jeden nebo oba parametry jsou null.

Poznámky

Metoda GetComponentServiceActions je pomocná metoda pro GetComponentActions metody. Vyhledá inteligentní značky Servicetypu push-model a pak je přidá do zadané actionLists kolekce.

Platí pro

Viz také