PSConsoleReadLine.IPSConsoleReadLineMockableMethods.CompleteInput 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.
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