Sdílet prostřednictvím


ConfigurationSection.DeserializeSection(XmlReader) Metoda

Definice

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

protected:
 virtual void DeserializeSection(System::Xml::XmlReader ^ reader);
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);
abstract member DeserializeSection : System.Xml.XmlReader -> unit
override this.DeserializeSection : System.Xml.XmlReader -> unit
Protected Overridable Sub DeserializeSection (reader As XmlReader)
Protected Friend 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 označuje čtení dat XML z konfiguračního souboru, jejich transformaci na data v reálném čase a jejich uložení v objektu.

Platí pro