Lenguaje

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 configuración.

throwOnError
Boolean

true si se debe producir una excepción si se encuentra un error; false si no se debe producir una excepción si se encuentra un error.

Devoluciones

que Type representa el tipo de la configuración.

Implementaciones

Se aplica a