Share via


DesignerActionList.GetService(Type) Metodo

Definizione

Restituisce un oggetto che rappresenta un servizio fornito dal componente associato all'oggetto 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

Parametri

serviceType
Type

Servizio fornito da Component.

Restituisce

Oggetto Object che rappresenta un servizio fornito da Component. Questo valore restituisce null se da Component non viene fornito il servizio specificato.

Si applica a