Partilhar via


XmlUtility.IsElement Method

Definition

Overloads

IsElement(XmlTextReader, String)

true if the current entity is an element with the given name

IsElement(XmlTextReader, String)

true if the current entity is an element with the given name

IsElement(XmlTextReader, String)

true if the current entity is an element with the given name

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

Parameters

reader
XmlTextReader
strName
String

Returns

Applies to

IsElement(XmlTextReader, String)

true if the current entity is an element with the given name

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

Parameters

reader
XmlTextReader
strName
String

Returns

Applies to