IServiceProvider.GetService(Type) メソッド

定義

指定した型のサービス オブジェクトを取得します。

public:
 System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
public object? GetService (Type serviceType);
abstract member GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object

パラメーター

serviceType
Type

取得対象となるサービスの型を指定するオブジェクト。

戻り値

Object

serviceType 型のサービス オブジェクト。

  • または - serviceType 型のサービス オブジェクトが存在しない場合は null

適用対象