set_IgnoreProcessingInstructions()

XmlReaderSettings::set_IgnoreProcessingInstructions(bool) method

Sets a value indicating whether to ignore processing instructions.

void System::Xml::XmlReaderSettings::set_IgnoreProcessingInstructions(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also