PSConsoleReadLine.ViDeleteToCharBack 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.
Deletes backwards until given character.
public static void ViDeleteToCharBack (char keyChar, ConsoleKeyInfo? key = default, object arg = default);
static member ViDeleteToCharBack : char * Nullable<ConsoleKeyInfo> * obj -> unit
Public Shared Sub ViDeleteToCharBack (keyChar As Char, Optional key As Nullable(Of ConsoleKeyInfo) = Nothing, Optional arg As Object = Nothing)
Parameters
- keyChar
- Char
- key
- Nullable<ConsoleKeyInfo>
- arg
- Object