DocumentPageView.GetService(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'objet service du type spécifié.
protected:
System::Object ^ GetService(Type ^ serviceType);
protected object GetService (Type serviceType);
member this.GetService : Type -> obj
Protected Function GetService (serviceType As Type) As Object
Paramètres
- serviceType
- Type
Type de l’objet de service à obtenir.
Retours
Objet de service de type serviceType
ou null
s'il n'existe aucun objet de service de type serviceType
.
Remarques
GetService retourne tous les services fournis DocumentPaginator si l’implémente DocumentPaginator IServiceProvider.