GrapeCity ActiveReports for .NET 16.0J
GetService<T> メソッド (ServiceProviderExtension)

GrapeCity.ActiveReports.Core.Rendering.Tools 名前空間 > ServiceProviderExtension クラス : GetService<T> メソッド
取得するサービスのタイプ。
取得元のサービスプロバイダ。
指定されたタイプのサービスを取得します。
シンタックス
'宣言
 
Public Shared Function GetService(Of T As Class)( _
   ByVal provider As IServiceProvider _
) As T
public static T GetService<T>( 
   IServiceProvider provider
)
where T: class

パラメータ

provider
取得元のサービスプロバイダ。

型パラメータ

T
取得するサービスのタイプ。

戻り値の型

指定されたタイプの見つかったサービス。
参照

ServiceProviderExtension クラス
ServiceProviderExtension メンバ