XmlQueryOutput.WriteCommentString(String) 메서드

정의

주석의 문자열을 캐시합니다.

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

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

매개 변수

text
String

쓰려는 주석을 포함하는 문자열입니다.

적용 대상