Share via


UndoEngine.GetService(Type) Yöntem

Tanım

İstenen hizmeti 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 hizmet türü.

Döndürülenler

İstenen hizmet veya null istenen hizmet bulunamaz.

Özel durumlar

serviceType, null değeridir.

Şunlara uygulanır