Sdílet prostřednictvím


PSConsoleReadLine.ViDeleteToBeforeChar Method

Definition

Overloads

ViDeleteToBeforeChar(Nullable<ConsoleKeyInfo>, Object)

Deletes until given character.

ViDeleteToBeforeChar(Char, Nullable<ConsoleKeyInfo>, Object)

Deletes until given character.

ViDeleteToBeforeChar(Nullable<ConsoleKeyInfo>, Object)

Deletes until given character.

public static void ViDeleteToBeforeChar (ConsoleKeyInfo? key = default, object arg = default);
static member ViDeleteToBeforeChar : Nullable<ConsoleKeyInfo> * obj -> unit
Public Shared Sub ViDeleteToBeforeChar (Optional key As Nullable(Of ConsoleKeyInfo) = Nothing, Optional arg As Object = Nothing)

Parameters

arg
Object

Applies to

ViDeleteToBeforeChar(Char, Nullable<ConsoleKeyInfo>, Object)

Deletes until given character.

public static void ViDeleteToBeforeChar (char keyChar, ConsoleKeyInfo? key = default, object arg = default);
static member ViDeleteToBeforeChar : char * Nullable<ConsoleKeyInfo> * obj -> unit
Public Shared Sub ViDeleteToBeforeChar (keyChar As Char, Optional key As Nullable(Of ConsoleKeyInfo) = Nothing, Optional arg As Object = Nothing)

Parameters

keyChar
Char
arg
Object

Applies to