System::Xml::XmlWriterSettings::get_OmitXmlDeclaration メソッド

XmlWriterSettings::get_OmitXmlDeclaration method

XML 宣言を省略するかどうかを示す値を返します。

bool System::Xml::XmlWriterSettings::get_OmitXmlDeclaration()

ReturnValue

true to omit the XML declaration; otherwise, false. The default is false, an XML declaration is written.

参照