XmlUtility.IsElement Método

Definición

Sobrecargas

Nombre Description
IsElement(XmlTextReader, String)

true si la entidad actual es un elemento con el nombre especificado

IsElement(XmlTextReader, String)

true si la entidad actual es un elemento con el nombre especificado

IsElement(XmlTextReader, String)

true si la entidad actual es un elemento con el nombre especificado

public static bool IsElement(Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader, string strName);
static member IsElement : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader * string -> bool
Public Shared Function IsElement (reader As XmlTextReader, strName As String) As Boolean

Parámetros

reader
XmlTextReader
strName
String

Devoluciones

Se aplica a

IsElement(XmlTextReader, String)

true si la entidad actual es un elemento con el nombre especificado

public static bool IsElement(System.Xml.XmlTextReader reader, string strName);
static member IsElement : System.Xml.XmlTextReader * string -> bool
Public Shared Function IsElement (reader As XmlTextReader, strName As String) As Boolean

Parámetros

reader
XmlTextReader
strName
String

Devoluciones

Se aplica a