طريقة 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.Font for C++