System::Xml::XmlValidatingReader::get_IsDefault método

XmlValidatingReader::get_IsDefault method

Devuelve un valor que indica si el nodo actual es un atributo que fue generado a partir del valor predeterminado definido en la definición de tipo de documento (DTD) o en el esquema.

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.

Ver también