Command.GetCompletions(CompletionContext) 메서드

정의

명령줄 완성을 위해 제안된 값을 가져옵니다.

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

매개 변수

반환

완료 항목 목록입니다.

적용 대상