System::Xml::XmlAttribute::get_Value 方法

XmlAttribute::get_Value method

返回节点的值。

String System::Xml::XmlAttribute::get_Value() override

ReturnValue

返回的值取决于节点的 XmlNode::get_NodeType。对于 XmlAttribute 节点,返回属性的值。

另见