System::Xml::XmlWriterSettings::get_OmitXmlDeclaration yöntemi

XmlWriterSettings::get_OmitXmlDeclaration method

XML bildirimini atlayıp atlamayacağını gösteren bir değer döndürür.

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

ReturnValue

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

Ayrıca Bakınız