FormatStringArgumentCompleter Class

Definition

Provides completion for the FormatString parameter of the Join-String cmdlet.

public sealed class FormatStringArgumentCompleter : System.Management.Automation.IArgumentCompleter
type FormatStringArgumentCompleter = class
    interface IArgumentCompleter
Public NotInheritable Class FormatStringArgumentCompleter
Implements IArgumentCompleter
Inheritance
FormatStringArgumentCompleter
Implements

Constructors

Name Description
FormatStringArgumentCompleter()

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

Returns completion results for FormatString parameter.

Applies to