XmlUtility.SelectNextElement Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| SelectNextElement(XmlTextReader) |
seleccione el elemento siguiente. |
| SelectNextElement(XmlTextReader) |
seleccione el elemento siguiente. |
| SelectNextElement(XmlTextReader, String) |
seleccione el elemento siguiente por nombre. |
| SelectNextElement(XmlTextReader, String) |
seleccione el elemento siguiente por nombre. |
SelectNextElement(XmlTextReader)
seleccione el elemento siguiente.
public static bool SelectNextElement(Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader);
static member SelectNextElement : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader -> bool
Public Shared Function SelectNextElement (reader As XmlTextReader) As Boolean
Parámetros
- reader
- XmlTextReader
Devoluciones
Se aplica a
SelectNextElement(XmlTextReader)
seleccione el elemento siguiente.
public static bool SelectNextElement(System.Xml.XmlTextReader reader);
static member SelectNextElement : System.Xml.XmlTextReader -> bool
Public Shared Function SelectNextElement (reader As XmlTextReader) As Boolean
Parámetros
- reader
- XmlTextReader
Devoluciones
Se aplica a
SelectNextElement(XmlTextReader, String)
seleccione el elemento siguiente por nombre.
public static bool SelectNextElement(Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader, string strName);
static member SelectNextElement : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader * string -> bool
Public Shared Function SelectNextElement (reader As XmlTextReader, strName As String) As Boolean
Parámetros
- reader
- XmlTextReader
- strName
- String
Devoluciones
Se aplica a
SelectNextElement(XmlTextReader, String)
seleccione el elemento siguiente por nombre.
public static bool SelectNextElement(System.Xml.XmlTextReader reader, string strName);
static member SelectNextElement : System.Xml.XmlTextReader * string -> bool
Public Shared Function SelectNextElement (reader As XmlTextReader, strName As String) As Boolean
Parámetros
- reader
- XmlTextReader
- strName
- String