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

書き込む文字列。

適用対象