XmlQueryOutput.WriteNamespaceDeclarationUnchecked(String, String) 메서드

정의

범위 내 선언 - xmlns:prefix="ns" 집합에 새 네임스페이스 선언을 추가합니다. 이 메서드는 추가 검사를 수행하지 않습니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 void WriteNamespaceDeclarationUnchecked(System::String ^ prefix, System::String ^ ns);
public void WriteNamespaceDeclarationUnchecked(string prefix, string ns);
member this.WriteNamespaceDeclarationUnchecked : string * string -> unit
Public Sub WriteNamespaceDeclarationUnchecked (prefix As String, ns As String)

매개 변수

prefix
String

네임스페이스 접두사를 포함하는 문자열입니다.

ns
String

네임스페이스 이름을 포함하는 문자열입니다.

적용 대상