PSConsoleReadLine.Delete(Int32, Int32) 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.
Delete some text at the given position. Supports undo.
public:
static void Delete(int start, int length);
public:
static void Delete(int start, int length);
static void Delete(int start, int length);
public static void Delete (int start, int length);
static member Delete : int * int -> unit
Public Shared Sub Delete (start As Integer, length As Integer)
Parameters
- start
- Int32
The start position to delete
- length
- Int32
The length to delete