Sdílet prostřednictvím


PSConsoleReadLine.ViDeleteToCharBack Method

Definition

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
arg
Object

Applies to