System::Xml::XmlDocument::get_IsReadOnly メソッド

XmlDocument::get_IsReadOnly method

現在のノードが読み取り専用かどうかを示す値を返します。

bool System::Xml::XmlDocument::get_IsReadOnly() override

ReturnValue

true if the current node is read-only; otherwise false. XmlDocument nodes always return false.

参照