Delen via


IPSConsoleReadLineMockableMethods.CompleteInput Method

Definition

public:
 System::Management::Automation::CommandCompletion ^ CompleteInput(System::String ^ input, int cursorIndex, System::Collections::Hashtable ^ options, System::Management::Automation::PowerShell ^ powershell);
public System.Management.Automation.CommandCompletion CompleteInput (string input, int cursorIndex, System.Collections.Hashtable options, System.Management.Automation.PowerShell powershell);
abstract member CompleteInput : string * int * System.Collections.Hashtable * System.Management.Automation.PowerShell -> System.Management.Automation.CommandCompletion
Public Function CompleteInput (input As String, cursorIndex As Integer, options As Hashtable, powershell As PowerShell) As CommandCompletion

Parameters

input
String
cursorIndex
Int32
options
Hashtable
powershell
PowerShell

Returns

Applies to