CommandCompletion Constructor
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.
Construct the result CompleteInput or TabExpansion2.
public:
CommandCompletion(System::Collections::ObjectModel::Collection<System::Management::Automation::CompletionResult ^> ^ matches, int currentMatchIndex, int replacementIndex, int replacementLength);
public CommandCompletion (System.Collections.ObjectModel.Collection<System.Management.Automation.CompletionResult> matches, int currentMatchIndex, int replacementIndex, int replacementLength);
new System.Management.Automation.CommandCompletion : System.Collections.ObjectModel.Collection<System.Management.Automation.CompletionResult> * int * int * int -> System.Management.Automation.CommandCompletion
Public Sub New (matches As Collection(Of CompletionResult), currentMatchIndex As Integer, replacementIndex As Integer, replacementLength As Integer)
Parameters
- matches
- Collection<CompletionResult>
- currentMatchIndex
- Int32
- replacementIndex
- Int32
- replacementLength
- Int32