System::Xml::XmlValidatingReader::MoveToFirstAttribute 方法

XmlValidatingReader::MoveToFirstAttribute method

移动到第一个属性。

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

ReturnValue

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

另见