DocObjHost.IServiceProvider.GetService(Type) Méthode

Définition

Pour obtenir une description de ce membre, consultez GetService(Type).

 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 spécifiant le type d'objet service à obtenir.

Retours

Object

Objet service de type serviceType.

  • ou - null s’il n’existe aucun objet de service de type serviceType.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de DocObjHost est castée en interface IServiceProvider.

S’applique à