ColoredStringBuilder.AppendLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AppendLine() | |
AppendLine(String) | |
AppendLine(String, Color) |
AppendLine()
public Microsoft.Azure.Commands.ResourceManager.Cmdlets.Formatters.ColoredStringBuilder AppendLine ();
member this.AppendLine : unit -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.Formatters.ColoredStringBuilder
Public Function AppendLine () As ColoredStringBuilder
Returns
Applies to
AppendLine(String)
public Microsoft.Azure.Commands.ResourceManager.Cmdlets.Formatters.ColoredStringBuilder AppendLine (string value);
member this.AppendLine : string -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.Formatters.ColoredStringBuilder
Public Function AppendLine (value As String) As ColoredStringBuilder
Parameters
- value
- String
Returns
Applies to
AppendLine(String, Color)
public Microsoft.Azure.Commands.ResourceManager.Cmdlets.Formatters.ColoredStringBuilder AppendLine (string value, Microsoft.Azure.Commands.ResourceManager.Cmdlets.Formatters.Color color);
member this.AppendLine : string * Microsoft.Azure.Commands.ResourceManager.Cmdlets.Formatters.Color -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.Formatters.ColoredStringBuilder
Public Function AppendLine (value As String, color As Color) As ColoredStringBuilder
Parameters
- value
- String
- color
- Color