Edit

Share via


CompletionContext Class

Definition

Supports command line completion operations.

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

Properties

Empty
ParseResult
WordToComplete

Methods

GetWordToComplete(ParseResult, Nullable<Int32>)
GetWordToComplete(ParseResult, Nullable<Int32>)

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

Applies to