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 で提供されるサービスを表す ComponentComponent が指定されたサービスを提供しない場合、この値は null です。

適用対象