CommandCompletion Constructor

Definition

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

currentMatchIndex
Int32
replacementIndex
Int32
replacementLength
Int32

Applies to