DelegatingConfigHost.GetConfigType(String, Boolean) 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 Type représentant le type de la configuration.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
virtual Type ^ GetConfigType(System::String ^ typeName, bool throwOnError);
public virtual Type GetConfigType (string typeName, bool throwOnError);
abstract member GetConfigType : string * bool -> Type
override this.GetConfigType : string * bool -> Type
Public Overridable Function GetConfigType (typeName As String, throwOnError As Boolean) As Type
Paramètres
- typeName
- String
Chaîne représentant le type de configuration.
- throwOnError
- Boolean
true
si une exception doit être levée en cas d'erreur ; false
si une exception ne doit pas être levée en cas d'erreur.
Retours
Type représentant le type de la configuration.