طريقة 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++