IndentedStringBuilder.AppendLine Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AppendLine(String) |
Ajoute le retrait actuel, la chaîne donnée et une nouvelle ligne à la chaîne en cours de génération. |
AppendLine(FormattableString) |
Ajoute le retrait actuel, la chaîne donnée et une nouvelle ligne à la chaîne en cours de génération. |
AppendLine() |
Ajoute une nouvelle ligne à la chaîne en cours de génération. |
AppendLine(String)
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
Ajoute le retrait actuel, la chaîne donnée et une nouvelle ligne à la chaîne en cours de génération.
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
Paramètres
- value
- String
Chaîne à ajouter.
Retours
Ce générateur afin que des appels supplémentaires puissent être chaînés.
Remarques
Si la chaîne donnée elle-même contient une nouvelle ligne, la partie de la chaîne qui suit cette nouvelle ligne ne sera pas mise en retrait.
S’applique à
AppendLine(FormattableString)
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
Ajoute le retrait actuel, la chaîne donnée et une nouvelle ligne à la chaîne en cours de génération.
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
Paramètres
- value
- FormattableString
Chaîne à ajouter.
Retours
Ce générateur afin que des appels supplémentaires puissent être chaînés.
S’applique à
AppendLine()
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
Ajoute une nouvelle ligne à la chaîne en cours de génération.
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
Retours
Ce générateur afin que des appels supplémentaires puissent être chaînés.