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 IArgumentCompleterpublic interface IArgumentCompleter[System.Runtime.CompilerServices.NullableContext(1)]
public interface IArgumentCompletertype IArgumentCompleter = interface[<System.Runtime.CompilerServices.NullableContext(1)>]
type IArgumentCompleter = interfacePublic Interface IArgumentCompleter- Derived
- Attributes
Methods
| CompleteArgument(String, String, String, CommandAst, IDictionary) | Implementations of this function are called by PowerShell to complete arguments. |