System::Xml::XmlAttribute::get_Specified 方法

XmlAttribute::get_Specified method

返回一个值,指示属性值是否已显式设置。

virtual bool System::Xml::XmlAttribute::get_Specified()

ReturnValue

true if this attribute was explicitly given a value in the original instance document; otherwise, false. A value of false indicates that the value of the attribute came from the DTD.

另见