Debug.AssertInterpolatedStringHandler.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

要寫入的字串。

適用於