IInternalConfigHost.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 objet Type représentant le type de l'objet de configuration.
public:
Type ^ GetConfigType(System::String ^ typeName, bool throwOnError);
public Type GetConfigType (string typeName, bool throwOnError);
abstract member GetConfigType : string * bool -> Type
Public Function GetConfigType (typeName As String, throwOnError As Boolean) As Type
Paramètres
- typeName
- String
Nom du type.
- throwOnError
- Boolean
true pour lever une exception en cas d’erreur ; sinon, false.
Retours
Objet Type représentant le type de l'objet de configuration.