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.

Valori restituiti

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

Si applica a