System::Xml::XmlReader::MoveToFirstAttribute 方法

XmlReader::MoveToFirstAttribute method

在派生类中重写时,移动到第一个属性。

virtual bool System::Xml::XmlReader::MoveToFirstAttribute()=0

ReturnValue

true if an attribute exists (the reader moves to the first attribute); otherwise, false (the position of the reader does not change).

另见