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)

매개 변수

반환

완료 항목 목록입니다.

구현

적용 대상