IArgumentCompleter Interface

Definition

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.

Applies to