CommandCompletion.CompletionMatches Property

Definition

Gets all the completion results.

public:
 property System::Collections::ObjectModel::Collection<System::Management::Automation::CompletionResult ^> ^ CompletionMatches { System::Collections::ObjectModel::Collection<System::Management::Automation::CompletionResult ^> ^ get(); void set(System::Collections::ObjectModel::Collection<System::Management::Automation::CompletionResult ^> ^ value); };
public System.Collections.ObjectModel.Collection<System.Management.Automation.CompletionResult> CompletionMatches { get; set; }
member this.CompletionMatches : System.Collections.ObjectModel.Collection<System.Management.Automation.CompletionResult> with get, set
Public Property CompletionMatches As Collection(Of CompletionResult)

Property Value

Applies to