ExperimentalFeatureNameCompleter Class

Definition

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.

Applies to