UndoEngine.GetRequiredService(Type) 方法

定义

获取请求的服务。

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

参数

serviceType
Type

要检索的服务类型。

返回

请求的服务(如果找到)。

例外

serviceTypenull

需要 serviceType,但未找到。 如果已移除此服务,请确保提供了替代服务。

适用于