PSConsoleReadLine.ExchangePointAndMark Method

Definition

The cursor is placed at the location of the mark and the mark is moved to the location of the cursor.

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

Parameters

arg
Object

Applies to