Share via


CompletionContext Class

Definition

Supports command line completion operations.

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

Properties

Name Description
Empty

Gets an empty CompletionContext.

ParseResult
WordToComplete

Methods

Name Description
GetWordToComplete(ParseResult, Nullable<Int32>)

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

Applies to