FileLineEdit.NewLine Property
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.
Gets or sets the literal replacement text for the line, including any trailing newline to keep. An empty string deletes the line entirely (its content and its line break).
[System.Text.Json.Serialization.JsonPropertyName("new_line")]
public string NewLine { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("new_line")>]
member this.NewLine : string with get, set
Public Property NewLine As String
Property Value
- Attributes