Debug.WriteIfInterpolatedStringHandler.AppendLiteral(String) 메서드

정의

지정된 문자열을 처리기에 씁니다.

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

매개 변수

value
String

쓸 문자열입니다.

적용 대상