WebFormsRootDesigner.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 le service demandé.
protected public:
virtual System::Object ^ GetService(Type ^ serviceType);
protected internal virtual object GetService(Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Protected Friend Overridable Function GetService (serviceType As Type) As Object
Paramètres
- serviceType
- Type
Type de service à récupérer.
Retours
Service demandé ; sinon, null, si le service ne peut pas être résolu.