Метод System::Xml::XmlWriterSettings::get_Indent

XmlWriterSettings::get_Indent method

Возвращает значение, указывающее, следует ли делать отступы элементов.

bool System::Xml::XmlWriterSettings::get_Indent()

ReturnValue

true to write individual elements on new lines and indent; otherwise, false. The default is false.

См. также