System::Xml::XmlWriterSettings::set_IndentChars metodo

XmlWriterSettings::set_IndentChars method

Imposta la stringa di caratteri da utilizzare per l’indentazione. Questa impostazione è usata quando il valore XmlWriterSettings::set_Indent è impostato su true.

void System::Xml::XmlWriterSettings::set_IndentChars(const String &value)
ParametroTipoDescrizione
valoreconst String&Il valore da impostare.

Vedi anche