System::Xml::XmlValidatingReader::get_IsDefault method

XmlValidatingReader::get_IsDefault method

वापस देता है एक मान जो दर्शाता है कि वर्तमान नोड एक ऐसा गुण है जो दस्तावेज़ प्रकार परिभाषा (DTD) या स्कीमा में परिभाषित डिफ़ॉल्ट मान से उत्पन्न हुआ है या नहीं।

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.

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