System::Xml::XmlValidatingReader::get_IsDefault metodo

XmlValidatingReader::get_IsDefault method

Restituisce un valore che indica se il nodo corrente è un attributo generato dal valore predefinito definito nella definizione del tipo di documento (DTD) o nello schema.

bool System::Xml::XmlValidatingReader::get_IsDefault() override

ReturnValue

true if the current node is an attribute whose value was generated from the default value defined in the DTD or schema; false if the attribute value was explicitly set.

Vedi anche