TypeBrowserDialog.IServiceProvider.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.
Récupère l'objet de service pour le type spécifié.
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
Retours
Un objet de service de type serviceType
ou une référence Null (Nothing
en Visual Basic) s'il n'y a aucun objet de service de type serviceType
.
Implémente
Remarques
Si serviceType
est de type ITypeProvider, IServiceProvider.GetService retourne un objet de service. Sinon, elle retourne une référence null (Nothing
en Visual Basic).