DelegatingConfigHost.GetConfigType(String, Boolean) Metodo

Definizione

Restituisce un oggetto Type che rappresenta il tipo della configurazione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

typeName
String

Stringa che rappresenta il tipo di configurazione.

throwOnError
Boolean

true se deve essere generata un'eccezione se viene rilevato un errore; false se non deve essere generata un'eccezione se viene rilevato un errore.

Valori restituiti

Oggetto Type che rappresenta il tipo della configurazione.

Implementazioni

Si applica a