MenuCommandService.GetService(Type) Metodo

Definizione

Ottiene un riferimento al servizio richiesto.

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

Parametri

serviceType
Type

Oggetto Type del servizio da recuperare.

Restituisce

Riferimento a serviceType; in caso contrario, null se non è possibile trovare il servizio.

Eccezioni

serviceType è null.

Si applica a

Vedi anche