DesignerActionList.GetService(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个对象,该对象表示由与 DesignerActionList 相关联的组件提供的服务。
public:
System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
public object? GetService (Type serviceType);
member this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object
参数
返回
一个 Object,表示由 Component 提供的服务。 如果 Component 不提供指定的服务,则此值为 null
。