SeparatorArgumentCompleter 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 Separator parameter of the Join-String cmdlet.
public sealed class SeparatorArgumentCompleter : System.Management.Automation.IArgumentCompleter
type SeparatorArgumentCompleter = class
interface IArgumentCompleter
Public NotInheritable Class SeparatorArgumentCompleter
Implements IArgumentCompleter
- Inheritance
-
SeparatorArgumentCompleter
- Implements
Constructors
| Name | Description |
|---|---|
| SeparatorArgumentCompleter() | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Returns completion results for Separator parameter. |