다음을 통해 공유


XmlQueryOutput.WriteRawUnchecked(String) 메서드

정의

특수 문자를 이스케이프하지 않고 텍스트 블록을 씁니다.

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

public:
 void WriteRawUnchecked(System::String ^ text);
public void WriteRawUnchecked (string text);
member this.WriteRawUnchecked : string -> unit
Public Sub WriteRawUnchecked (text As String)

매개 변수

text
String

쓰려는 텍스트를 포함하는 문자열입니다.

적용 대상