System::Xml::XmlTextWriter::WriteStartDocument طريقة

XmlTextWriter::WriteStartDocument() method

يكتب إعلان XML بالإصدار “1.0”.

void System::Xml::XmlTextWriter::WriteStartDocument() override

انظر أيضًا

XmlTextWriter::WriteStartDocument(bool) method

يكتب إعلان XML بالإصدار “1.0” وخاصية standalone.

void System::Xml::XmlTextWriter::WriteStartDocument(bool standalone) override
ParameterTypeالوصف
standaloneboolإذا true، فإنه يكتب “standalone=yes”؛ إذا false، فإنه يكتب “standalone=no”.

انظر أيضًا