Share via


ICommandPredictor Interface

Definition

public interface ICommandPredictor : System.Management.Automation.Subsystem.ISubsystem
type ICommandPredictor = interface
    interface ISubsystem
Public Interface ICommandPredictor
Implements ISubsystem
Implements

Properties

AcceptFeedback
Description

Gets the description of a subsystem implementation.

(Inherited from ISubsystem)
FunctionsToDefine

Gets a dictionary that contains the functions to be defined at the global scope of a PowerShell session. Key: function name; Value: function script.

(Inherited from ISubsystem)
Id

Gets the unique identifier for a subsystem implementation.

(Inherited from ISubsystem)
Name

Gets the name of a subsystem implementation.

(Inherited from ISubsystem)
SupportEarlyProcessing

Methods

GetSuggestion(PredictionContext, CancellationToken)
OnSuggestionAccepted(String)
StartEarlyProcessing(IReadOnlyList<String>)

Explicit Interface Implementations

ISubsystem.FunctionsToDefine

Applies to