System::Xml::Schema::XmlSchemaElement::get_IsNillable メソッド
XmlSchemaElement::get_IsNillable method
インスタンスデータで xsi:nil が発生し得るかを示す情報を返します。要素に明示的な nil 値を割り当てられるかどうかを示します。
bool System::Xml::Schema::XmlSchemaElement::get_IsNillable()
ReturnValue
nillable が true の場合、要素のインスタンスが nil 属性を true に設定できるようになります。nil 属性はインスタンス用の XML Schema 名前空間の一部として定義されています。デフォルトは false です。任意です。
参照
- Class XmlSchemaElement
- Namespace System::Xml::Schema
- Library Aspose.Page for C++