EN
Il contenuto non è disponibile nella lingua di destinazione, ma solo in inglese.
Questo argomento non è stato ancora valutato - Valuta questo argomento

XmlReader.IsStartElement Method

Tests if the current content node is a start tag.
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.

Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
© 2013 Microsoft. Tutti i diritti riservati.