DesignerActionList.GetService(Type) Metoda

Definice

Vrátí objekt, který představuje službu poskytovanou komponentou přidruženou k objektu DesignerActionList.

public:
 System::Object ^ GetService(Type ^ serviceType);
public object GetService(Type serviceType);
public object? GetService(Type serviceType);
member this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object

Parametry

serviceType
Type

Služba poskytovaná společností Component.

Návraty

Představuje Object službu poskytovanou službou Component. Tato hodnota je null , pokud Component zadaná služba neposkytuje.

Platí pro