Metodo System::Xml::XmlDocument::get_IsReadOnly

XmlDocument::get_IsReadOnly method

Restituisce un valore che indica se il nodo corrente è di sola lettura.

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

ReturnValue

true if the current node is read-only; otherwise false. XmlDocument nodes always return false.

Vedi anche