System::Xml::XmlDocumentType::get_IsReadOnly metodu

XmlDocumentType::get_IsReadOnly method

Düğümün yalnızca okunur olup olmadığını gösteren bir değer döndürür.

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

ReturnValue

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

Ayrıca Bakınız