Aracılığıyla paylaş


MenuCommandService.GetService(Type) Yöntem

Tanım

İstenen hizmete başvuru alır.

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

Parametreler

serviceType
Type

Alınacak Type hizmetin.

Döndürülenler

hizmetine başvuru serviceType; aksi takdirde, null hizmet bulunamazsa.

Özel durumlar

serviceType, null değeridir.

Şunlara uygulanır

Ayrıca bkz.