XmlUtility.IsElement 메서드

정의

오버로드

Name Description
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

반품

적용 대상