System::Xml::XmlEntityReference::get_IsReadOnly 方法

XmlEntityReference::get_IsReadOnly method

返回指示节点是否为只读的值。

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

ReturnValue

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

另见