共用方式為


IndentedStringBuilder.AppendLine 方法

定義

多載

AppendLine(String)

將目前的縮排、指定的字串和新行附加至要建置的字串。

AppendLine(FormattableString)

將目前的縮排、指定的字串和新行附加至要建置的字串。

AppendLine()

將新行附加至要建置的字串。

AppendLine(String)

將目前的縮排、指定的字串和新行附加至要建置的字串。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder AppendLine (string value);
abstract member AppendLine : string -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.AppendLine : string -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function AppendLine (value As String) As IndentedStringBuilder

參數

value
String

要附加的字串。

傳回

此產生器可鏈結其他呼叫。

備註

如果指定的字串本身包含新行,該新行之後的字串部分將不會縮排。

適用於

AppendLine(FormattableString)

將目前的縮排、指定的字串和新行附加至要建置的字串。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder AppendLine (FormattableString value);
abstract member AppendLine : FormattableString -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.AppendLine : FormattableString -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function AppendLine (value As FormattableString) As IndentedStringBuilder

參數

value
FormattableString

要附加的字串。

傳回

此產生器可鏈結其他呼叫。

適用於

AppendLine()

將新行附加至要建置的字串。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder AppendLine ();
abstract member AppendLine : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.AppendLine : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function AppendLine () As IndentedStringBuilder

傳回

此產生器可鏈結其他呼叫。

適用於