NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlReader.TagNameIs

Checks whether the current element has the specified name.

Overload List

Checks whether the current element has both the specified name and namespace.

[Visual Basic] Overloads Public Function TagNameIs(String, String) As Boolean
[C#] public bool TagNameIs(String, String);
[C++] public: bool TagNameIs(String*, String*);
[JScript] public function TagNameIs(String, String) : Boolean;

Checks whether the current element has the specified name.

[Visual Basic] Overloads Public Function TagNameIs(String) As Boolean
[C#] public bool TagNameIs(String);
[C++] public: bool TagNameIs(String*);
[JScript] public function TagNameIs(String) : Boolean;

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace