Symbol.GetCompletions メソッド

定義

オーバーロード

GetCompletions()

シンボルの入力候補を取得します。

GetCompletions(CompletionContext)

コマンド ライン入力候補の推奨値を取得します。

GetCompletions()

シンボルの入力候補を取得します。

public:
 System::Collections::Generic::IEnumerable<System::CommandLine::Completions::CompletionItem ^> ^ GetCompletions();
public System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> GetCompletions ();
member this.GetCompletions : unit -> seq<System.CommandLine.Completions.CompletionItem>
Public Function GetCompletions () As IEnumerable(Of CompletionItem)

戻り値

適用対象

GetCompletions(CompletionContext)

コマンド ライン入力候補の推奨値を取得します。

public:
 abstract System::Collections::Generic::IEnumerable<System::CommandLine::Completions::CompletionItem ^> ^ GetCompletions(System::CommandLine::Completions::CompletionContext ^ context);
public abstract System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> GetCompletions (System.CommandLine.Completions.CompletionContext context);
abstract member GetCompletions : System.CommandLine.Completions.CompletionContext -> seq<System.CommandLine.Completions.CompletionItem>
Public MustOverride Function GetCompletions (context As CompletionContext) As IEnumerable(Of CompletionItem)

パラメーター

戻り値

完了項目の一覧。

実装

適用対象