System::Xml::XmlValidatingReader::get_IsEmptyElement طريقة

XmlValidatingReader::get_IsEmptyElement method

يعيد قيمة تشير إلى ما إذا كانت العقدة الحالية عنصرًا فارغًا (على سبيل المثال، ).

bool System::Xml::XmlValidatingReader::get_IsEmptyElement() override

ReturnValue

true if the current node is an element (XmlValidatingReader::get_NodeType value equals XmlNodeType::Element) that ends with />; otherwise, false.

انظر أيضًا