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.

参照