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.

另见