System::Xml::XmlReader::get_IsDefault метод

XmlReader::get_IsDefault method

При переопределении в производном классе возвращает значение, указывающее, является ли текущий узел атрибутом, сгенерированным из значения по умолчанию, определённого в DTD или схеме.

virtual bool System::Xml::XmlReader::get_IsDefault()

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.

См. также