다음을 통해 공유


ParseResult.GetCompletions(Nullable<Int32>) 메서드

정의

지정된 구문 분석 결과에 따라 완료를 가져옵니다.

public System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> GetCompletions (int? position = default);
member this.GetCompletions : Nullable<int> -> seq<System.CommandLine.Completions.CompletionItem>
Public Function GetCompletions (Optional position As Nullable(Of Integer) = Nothing) As IEnumerable(Of CompletionItem)

매개 변수

position
Nullable<Int32>

완료가 요청되는 위치입니다.

반환

완료를 위한 완료 집합입니다.

적용 대상