System::Xml::XmlReader::get_IsDefault method

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.

संबंधित देखें