System::Xml::XmlWriterSettings::set_IndentChars method

XmlWriterSettings::set_IndentChars method

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

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

Vedi anche