DesignerActionList.GetService(Type) 方法

定义

返回一个对象,该对象表示由与 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

参数

serviceType
Type

Component 提供的服务。

返回

一个 Object,表示由 Component 提供的服务。 如果 Component 不提供指定的服务,则此值为 null

适用于