System::Xml::XmlNodeReader::get_IsDefault metodo
XmlNodeReader::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::XmlNodeReader::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
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Font for C++