다음을 통해 공유


CompletionList 클래스

정의

완료 목록을 나타내는 클래스입니다.

자세한 내용은 언어 서버 프로토콜 사양 을 참조하세요.

public ref class CompletionList
[System.Runtime.Serialization.DataContract]
public class CompletionList
[<System.Runtime.Serialization.DataContract>]
type CompletionList = class
Public Class CompletionList
상속
CompletionList
특성

생성자

CompletionList()

완료 목록을 나타내는 클래스입니다.

자세한 내용은 언어 서버 프로토콜 사양 을 참조하세요.

속성

IsIncomplete

항목이 항목의 전체 목록인지 여부를 나타내는 값을 가져오거나 설정합니다. 불완전한 항목이 true이면 필터링 시 서버에 완료 항목을 다시 요청해야 합니다.

ItemDefaults

완료 목록 항목 기본값을 가져오거나 설정합니다. https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionList을 참조하십시오.

Items

완료 항목 목록을 가져오거나 설정합니다.

적용 대상