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.

См. также