FileLineEdit Class
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.
Represents a single whole-line replacement used by the file access and file memory
replace_lines tools.
public sealed class FileLineEdit
type FileLineEdit = class
Public NotInheritable Class FileLineEdit
- Inheritance
-
FileLineEdit
Constructors
| Name | Description |
|---|---|
| FileLineEdit() | |
Properties
| Name | Description |
|---|---|
| LineNumber |
Gets or sets the 1-based line number to replace. |
| NewLine |
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). |