System::Xml::XmlValidatingReader::get_IsDefault メソッド
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.
参照
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Page for C++