PSConsoleReadLine.ViDeleteToBeforeChar 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.
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
- key
- Nullable<ConsoleKeyInfo>
- 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
- key
- Nullable<ConsoleKeyInfo>
- arg
- Object