XmlQueryRuntime.ParseTagName 메서드

정의

지정된 태그 이름을 구문 분석합니다.

오버로드

Name Description
ParseTagName(String, Int32)

지정된 태그 이름을 구문 분석하고 결과 접두사를 확인합니다. 접두사를 확인할 수 없으면 오류가 발생합니다.

ParseTagName(String, String)

지정된 태그 이름을 구문 분석합니다. XmlQualifiedName 구문 분석된 로컬 이름과 지정된 네임스페이스로 구성된 값을 반환합니다.

ParseTagName(String, Int32)

Source:
XmlQueryRuntime.cs
Source:
XmlQueryRuntime.cs
Source:
XmlQueryRuntime.cs
Source:
XmlQueryRuntime.cs
Source:
XmlQueryRuntime.cs

지정된 태그 이름을 구문 분석하고 결과 접두사를 확인합니다. 접두사를 확인할 수 없으면 오류가 발생합니다.

public:
 System::Xml::XmlQualifiedName ^ ParseTagName(System::String ^ tagName, int indexPrefixMappings);
public System.Xml.XmlQualifiedName ParseTagName(string tagName, int indexPrefixMappings);
member this.ParseTagName : string * int -> System.Xml.XmlQualifiedName
Public Function ParseTagName (tagName As String, indexPrefixMappings As Integer) As XmlQualifiedName

매개 변수

tagName
String

태그 이름입니다.

indexPrefixMappings
Int32

인덱스입니다.

반품

XmlQualifiedName 클래스의 인스턴스입니다.

적용 대상

ParseTagName(String, String)

Source:
XmlQueryRuntime.cs
Source:
XmlQueryRuntime.cs
Source:
XmlQueryRuntime.cs
Source:
XmlQueryRuntime.cs
Source:
XmlQueryRuntime.cs

지정된 태그 이름을 구문 분석합니다. XmlQualifiedName 구문 분석된 로컬 이름과 지정된 네임스페이스로 구성된 값을 반환합니다.

public:
 System::Xml::XmlQualifiedName ^ ParseTagName(System::String ^ tagName, System::String ^ ns);
public System.Xml.XmlQualifiedName ParseTagName(string tagName, string ns);
member this.ParseTagName : string * string -> System.Xml.XmlQualifiedName
Public Function ParseTagName (tagName As String, ns As String) As XmlQualifiedName

매개 변수

tagName
String

태그 이름입니다.

ns
String

네임스페이스입니다.

반품

XmlQualifiedName 클래스의 인스턴스입니다.

적용 대상