XmlUtility.IsElement(XmlTextReader, String) Method

Definition

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