UndoEngine.GetRequiredService(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取请求的服务。
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
要检索的服务类型。
返回
请求的服务(如果找到)。
例外
serviceType
为 null
。
需要 serviceType
,但未找到。 如果已移除此服务,请确保提供了替代服务。