set_IgnoreComments()

XmlReaderSettings::set_IgnoreComments(bool) method

Sets a value indicating whether to ignore comments.

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

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also