IArgumentCompleter Interface
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.
A type specified by the ArgumentCompleterAttribute must implement this interface.
public interface class IArgumentCompleter
public interface IArgumentCompleter
[System.Runtime.CompilerServices.NullableContext(1)]
public interface IArgumentCompleter
type IArgumentCompleter = interface
[<System.Runtime.CompilerServices.NullableContext(1)>]
type IArgumentCompleter = interface
Public Interface IArgumentCompleter
- Derived
- Attributes
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |