System::Xml::XmlReader::ReadToFollowing メソッド

XmlReader::ReadToFollowing(String, String) method

指定されたローカル名と名前空間 URI を持つ要素が見つかるまで読み取ります。

virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
パラメーター説明
localNameString要素のローカル名です。
namespaceURIString要素の名前空間 URI。

ReturnValue

true if a matching element is found; otherwise false and the XmlReader is in an end of file state.

参照

XmlReader::ReadToFollowing(String) method

指定された修飾名を持つ要素が見つかるまで読み取ります。

virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
パラメーター説明
nameString要素の修飾名です。

ReturnValue

true if a matching element is found; otherwise false and the XmlReader is in an end of file state.

参照