Connector.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.
Retourne un objet de service du type spécifié, si disponible.
protected:
virtual System::Object ^ GetService(Type ^ serviceType);
protected virtual object GetService (Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Protected Overridable Function GetService (serviceType As Type) As Object
Paramètres
Retours
Objet de service de type serviceType
ou référence null (Nothing
en Visual Basic) si aucun objet de service de type serviceType
n'existe.
Remarques
GetService retourne l'objet de service disponible via ParentDesigner.