Partager via


DelegatingConfigHost.GetConfigType(String, Boolean) Méthode

Définition

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.

Implémente

S’applique à