EN
Il contenuto non è disponibile nella lingua di destinazione, ma solo in inglese.
XmlReader.IsStartElement Method
.NET Framework 3.0
Tests if the current content node is a start tag.
XmlReader Members
System.Xml Namespace
MoveToContent
| Name | Description |
|---|---|
| XmlReader.IsStartElement () | Calls MoveToContent and tests if the current content node is a start tag or empty element tag. Supported by the .NET Compact Framework. |
| XmlReader.IsStartElement (String) | Calls MoveToContent and tests if the current content node is a start tag or empty element tag and if the Name property of the element found matches the given argument. Supported by the .NET Compact Framework. |
| XmlReader.IsStartElement (String, String) | Calls MoveToContent and tests if the current content node is a start tag or empty element tag and if the LocalName and NamespaceURI properties of the element found match the given strings. Supported by the .NET Compact Framework. |
Reference
XmlReader ClassXmlReader Members
System.Xml Namespace
MoveToContent