TypeProvider.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.
public:
virtual System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object
Paramètres
Retours
Objet Object qui fournit le service Type désigné.
Implémente
Remarques
Si le IServiceProvider encapsulé associé à cette instance est une référence Null (Nothing
en Visual Basic), une référence Null (Nothing
) est alors retournée.