Compartir a través de


DelegatingConfigHost.GetConfigType(String, Boolean) Método

Definición

Devuelve un objeto Type que representa el tipo de la configuración.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

typeName
String

Cadena que representa el tipo de la configuración.

throwOnError
Boolean

Es true si debe producirse una excepción si se encuentra un error; es false si no debe producirse una excepción si se encuentra un error.

Devoluciones

Un objeto Type que representa el tipo de la configuración.

Implementaciones

Se aplica a