XmlReaderSettings.IgnoreComments Property
.NET Framework 3.0
Gets or sets a value indicating whether to ignore comments.
Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)
XmlReaderSettings Members
System.Xml Namespace
Assembly: System.Xml (in system.xml.dll)
/** @property */ public boolean get_IgnoreComments () /** @property */ public void set_IgnoreComments (boolean value)
public function get IgnoreComments () : boolean public function set IgnoreComments (value : boolean)
Not applicable.
Property Value
true to ignore comments; otherwise false. The default is false.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
XmlReaderSettings ClassXmlReaderSettings Members
System.Xml Namespace