System::Xml::Schema::IXmlSchemaInfo::get_IsDefault 方法

IXmlSchemaInfo::get_IsDefault method

返回一个值,指示此已验证的 XML 节点是否因在 XML Schema 定义语言 (XSD) 模式验证期间应用默认值而被设置。

virtual bool System::Xml::Schema::IXmlSchemaInfo::get_IsDefault()=0

ReturnValue

true if this validated XML node was set as the result of a default being applied during schema validation; otherwise, false.

另见