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.

另见