ConfigurationSection.DeserializeSection(XmlReader) Metoda

Definice

Načte XML z konfiguračního souboru.

protected public:
 virtual void DeserializeSection(System::Xml::XmlReader ^ reader);
protected:
 virtual void DeserializeSection(System::Xml::XmlReader ^ reader);
protected internal virtual void DeserializeSection(System.Xml.XmlReader reader);
protected virtual void DeserializeSection(System.Xml.XmlReader reader);
abstract member DeserializeSection : System.Xml.XmlReader -> unit
override this.DeserializeSection : System.Xml.XmlReader -> unit
Protected Friend Overridable Sub DeserializeSection (reader As XmlReader)
Protected Overridable Sub DeserializeSection (reader As XmlReader)

Parametry

reader
XmlReader

Objekt XmlReader , který čte z konfiguračního souboru.

Výjimky

reader v konfiguračním souboru nebyly nalezeny žádné prvky.

Poznámky

Deserializace odkazuje na čtení dat XML z konfiguračního souboru, jeho transformace na data v reálném čase a jeho úložiště v objektu.

Platí pro