ActivityDesigner.GetService(Type) 方法

定义

尝试从与设计器关联的活动的设计模式站点检索指定类型的服务。

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

参数

serviceType
Type

要请求的服务的类型。

返回

一个实现所请求服务的对象;如果无法解析该服务,则为空引用(在 Visual Basic 中为 Nothing)。

适用于