System::Xml::XmlEntityReference::get_IsReadOnly Methode

XmlEntityReference::get_IsReadOnly method

Gibt einen Wert zurück, der angibt, ob der Knoten schreibgeschützt ist.

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.

Siehe auch