ExperimentalFeatureNameCompleter 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 argument completion for ExperimentalFeature names.
public class ExperimentalFeatureNameCompleter : System.Management.Automation.IArgumentCompleter
type ExperimentalFeatureNameCompleter = class
interface IArgumentCompleter
Public Class ExperimentalFeatureNameCompleter
Implements IArgumentCompleter
- Inheritance
-
ExperimentalFeatureNameCompleter
- Implements
Constructors
ExperimentalFeatureNameCompleter() |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Returns completion results for experimental feature names used as arguments to experimental feature cmdlets. |