CompletionCompleters.CompleteOperator(String) 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.
Get completion results for operators that start with wordToComplete
public:
static System::Collections::Generic::List<System::Management::Automation::CompletionResult ^> ^ CompleteOperator(System::String ^ wordToComplete);
public static System.Collections.Generic.List<System.Management.Automation.CompletionResult> CompleteOperator (string wordToComplete);
static member CompleteOperator : string -> System.Collections.Generic.List<System.Management.Automation.CompletionResult>
Public Shared Function CompleteOperator (wordToComplete As String) As List(Of CompletionResult)
Parameters
- wordToComplete
- String
The starting text of the operator to complete.
Returns
A list of completion results.