CollectionEditor.GetService(Type) メソッド

定義

要求されたサービスがある場合は、そのサービスを取得します。

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

パラメーター

serviceType
Type

取得するサービスの型。

戻り値

サービスのインスタンス。サービスが見つからない場合は null

適用対象