Aracılığıyla paylaş


DocumentPageView.GetService(Type) Yöntem

Tanım

Belirtilen türe ait hizmet nesnesini alır.

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

Parametreler

serviceType
Type

Alınacak hizmet nesnesinin türü.

Döndürülenler

Object

türünde bir hizmet nesnesi veya null türünde serviceTypebir hizmet nesnesi serviceTypeyoksa.

Açıklamalar

GetService, uygulaması IServiceProviderdurumunda DocumentPaginator sağladığı tüm hizmetleri DocumentPaginator döndürür.

Şunlara uygulanır