ProviderArgumentCompleter
Namespace: AnyPackage.Commands
The Provider parameter argument completer.
public sealed class ProviderArgumentCompleter : System.Management.Automation.IArgumentCompleter
Inheritance Object → ProviderArgumentCompleter
Implements IArgumentCompleter
Constructors
ProviderArgumentCompleter()
public ProviderArgumentCompleter()
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary)
public IEnumerable<CompletionResult> CompleteArgument(string commandName, string parameterName, string wordToComplete, CommandAst commandAst, IDictionary fakeBoundParameters)
Parameters
commandName
String
parameterName
String
wordToComplete
String
commandAst
CommandAst
fakeBoundParameters
IDictionary