DictionarySectionHandler Clase

Definición

Proporciona información de configuración del par clave-valor de una sección de configuración.

public ref class DictionarySectionHandler : System::Configuration::IConfigurationSectionHandler
public class DictionarySectionHandler : System.Configuration.IConfigurationSectionHandler
type DictionarySectionHandler = class
    interface IConfigurationSectionHandler
Public Class DictionarySectionHandler
Implements IConfigurationSectionHandler
Herencia
DictionarySectionHandler
Implementaciones

Comentarios

Esta clase implementa la interfaz IConfigSectionHandler. DictionarySectionHandler Define reglas para manipular secciones de configuración XML.

Constructores

Nombre Description
DictionarySectionHandler()

Inicializa una nueva instancia de la clase DictionarySectionHandler.

Propiedades

Nombre Description
KeyAttributeName

Obtiene el nombre del atributo XML que se va a usar como clave en un par clave-valor.

ValueAttributeName

Obtiene el nombre del atributo XML que se va a usar como valor en un par clave-valor.

Métodos

Nombre Description
Create(Object, Object, XmlNode)

Crea un nuevo controlador de configuración y lo agrega a la colección section-handler en función de los parámetros especificados.

Equals(Object)

Determina si el objeto especificado es igual al objeto actual.

(Heredado de Object)
GetHashCode()

Actúa como la función hash predeterminada.

(Heredado de Object)
GetType()

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()

Crea una copia superficial del Objectactual.

(Heredado de Object)
ToString()

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a

Consulte también