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
type IArgumentCompleter = interface
Public Interface IArgumentCompleter
- Derived
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |