Edit

Share via


CompletionContext Class

Definition

Supports command line completion operations.

public ref class CompletionContext abstract
public abstract class CompletionContext
type CompletionContext = class
Public MustInherit Class CompletionContext
Inheritance
CompletionContext
Derived

Properties

ParseResult
WordToComplete

Methods

GetWordToComplete(ParseResult, Nullable<Int32>)

Gets the text to be matched for completion, which can be used to filter a list of completions.

Applies to