IndentedStringBuilder.AppendLine 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
此產生器可鏈結其他呼叫。