DocumentViewerBase.IServiceProvider.GetService(Type) Méthode

Définition

Ce type ou ce membre prend en charge l’infrastructure WPF (Windows Presentation Foundation) et n’est pas destiné à être utilisé directement à partir de votre code.

 virtual System::Object ^ System.IServiceProvider.GetService(Type ^ serviceType) = IServiceProvider::GetService;
object IServiceProvider.GetService(Type serviceType);
abstract member System.IServiceProvider.GetService : Type -> obj
override this.System.IServiceProvider.GetService : Type -> obj
Function GetService (serviceType As Type) As Object Implements IServiceProvider.GetService

Paramètres

serviceType
Type

Objet qui spécifie le type d’objet de service à obtenir.

Retours

Objet de service de type serviceType.

Implémente

S’applique à

Voir aussi