DocumentPageView.GetService(Type) メソッド

定義

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

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

パラメーター

serviceType
Type

取得するサービス オブジェクトの型。

戻り値

Object

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

注釈

GetService は、実装されている場合に DocumentPaginator 提供されるすべてのサービスを DocumentPaginator 返します IServiceProvider

適用対象