Sdílet prostřednictvím


PSConsoleReadLine.IPSConsoleReadLineMockableMethods.CompleteInput Method

Definition

 virtual System::Management::Automation::CommandCompletion ^ Microsoft.PowerShell.Internal.IPSConsoleReadLineMockableMethods.CompleteInput(System::String ^ input, int cursorIndex, System::Collections::Hashtable ^ options, System::Management::Automation::PowerShell ^ powershell) = Microsoft::PowerShell::Internal::IPSConsoleReadLineMockableMethods::CompleteInput;
System.Management.Automation.CommandCompletion IPSConsoleReadLineMockableMethods.CompleteInput (string input, int cursorIndex, System.Collections.Hashtable options, System.Management.Automation.PowerShell powershell);
abstract member Microsoft.PowerShell.Internal.IPSConsoleReadLineMockableMethods.CompleteInput : string * int * System.Collections.Hashtable * System.Management.Automation.PowerShell -> System.Management.Automation.CommandCompletion
override this.Microsoft.PowerShell.Internal.IPSConsoleReadLineMockableMethods.CompleteInput : string * int * System.Collections.Hashtable * System.Management.Automation.PowerShell -> System.Management.Automation.CommandCompletion
Function CompleteInput (input As String, cursorIndex As Integer, options As Hashtable, powershell As PowerShell) As CommandCompletion Implements IPSConsoleReadLineMockableMethods.CompleteInput

Parameters

input
String
cursorIndex
Int32
options
Hashtable
powershell
PowerShell

Returns

Implements

Applies to