System::Xml::XmlNotation::get_IsReadOnly метод

XmlNotation::get_IsReadOnly method

Возвращает значение, указывающее, является ли узел только для чтения.

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

ReturnValue

true if the node is read-only; otherwise, false. Because XmlNotation nodes are read-only, this method always returns true.

См. также