System::Xml::Schema::XmlSchemaElement::get_IsNillable 方法

XmlSchemaElement::get_IsNillable method

返回指示 xsi:nil 是否可以出现在实例数据中的信息。指示是否可以为该元素分配显式的 nil 值。

bool System::Xml::Schema::XmlSchemaElement::get_IsNillable()

ReturnValue

如果 nillable 为 true,则允许元素的实例将 nil 属性设置为 truenil 属性是 XML Schema 命名空间为实例定义的一部分。默认值为 false。可选。

另见