XmlReaderSettings::IgnoreProcessingInstructions Property
.NET Framework (current version)
Gets or sets a value indicating whether to ignore processing instructions.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System::Booleantrue to ignore processing instructions; otherwise false. The default is false.
Setting this property to true can result in multiple contiguous text nodes being returned from the reader. This does not affect validation.
The following creates a settings object that can be used to construct a reader that strips processing instructions, comments, and insignificant white space.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: