FormatStringArgumentCompleter Class
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.
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. |