System::Xml::Schema::XmlSchemaElement::set_IsNillable 方法

XmlSchemaElement::set_IsNillable method

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

void System::Xml::Schema::XmlSchemaElement::set_IsNillable(bool value)
参数类型描述
bool要设置的值。

另见