System::Xml::XmlElement::get_HasAttributes 方法

XmlElement::get_HasAttributes method

返回一个 bool 值,指示当前节点是否具有任何属性。

virtual bool System::Xml::XmlElement::get_HasAttributes()

ReturnValue

true if the current node has attributes; otherwise, false.

另见