Partager via


CodeGenerationManager.GetService(Type) Méthode

Définition

Fournit l'accès à l'objet de service du type spécifié.

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

serviceType
Type

Type souhaité.

Retours

Object

L'objet de service du type spécifié.

Implémente

Remarques

Cette méthode ne peut pas être substituée.

S’applique à