CodeGenerator.ContinueOnNewLine(String) 方法

定義

產生一個行續字元,並將指定的字串輸出到新行。

protected:
 virtual void ContinueOnNewLine(System::String ^ st);
protected virtual void ContinueOnNewLine(string st);
abstract member ContinueOnNewLine : string -> unit
override this.ContinueOnNewLine : string -> unit
Protected Overridable Sub ContinueOnNewLine (st As String)

參數

st
String

寫在新行的字串。

給繼承者的注意事項

當實作支援行續字元的語言程式碼產生器(例如 Visual Basic)時,此方法應先輸出行續字元,再輸出換行字元。

適用於