Partager via


IInternalConfigHost.GetConfigType(String, Boolean) Méthode

Définition

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.

S’applique à