NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlTextReader.CopySettings

Copies all settings from the specified XmlTextReader, including the EntityHandling, Namespaces, Normalization, DecodeNames, WhitespaceHandling, Validation and Filter properties.

[Visual Basic]
Public Sub CopySettings( _
   ByVal other As XmlTextReader _
)
[C#]
public void CopySettings(
   XmlTextReader other
);
[C++]
public: void CopySettings(
   XmlTextReader* other
);
[JScript]
public function CopySettings(
   other : XmlTextReader
);

Parameters

other
The XmlTextReader whose settings you want to copy to this XmlTextReader.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace