XmlUtility.IsElement メソッド

定義

オーバーロード

名前 説明
IsElement(XmlTextReader, String)

現在のエンティティが指定された名前の要素である場合は true

IsElement(XmlTextReader, String)

現在のエンティティが指定された名前の要素である場合は true

IsElement(XmlTextReader, String)

現在のエンティティが指定された名前の要素である場合は true

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

パラメーター

reader
XmlTextReader
strName
String

返品

適用対象

IsElement(XmlTextReader, String)

現在のエンティティが指定された名前の要素である場合は true

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

パラメーター

reader
XmlTextReader
strName
String

返品

適用対象