次の方法で共有


Connection.IServiceProvider.GetService(Type) メソッド

定義

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

 virtual System::Object ^ System.IServiceProvider.GetService(Type ^ serviceType) = IServiceProvider::GetService;
object IServiceProvider.GetService (Type serviceType);
Function GetService (serviceType As Type) As Object Implements IServiceProvider.GetService

パラメーター

serviceType
Type

返すサービス オブジェクトの種類を指定する オブジェクト。

戻り値

serviceType 型のサービス オブジェクト。serviceType 型のサービス オブジェクトがない場合は null

実装

適用対象