다음을 통해 공유


ExportCodeRefactoringProviderAttribute.DocumentKinds 속성

정의

이 공급자가 리팩터링을 제공할 수 있는 문서 종류입니다. TextDocumentKind을 참조하세요. 기본적으로 공급자는 원본 문서 Document에 대해서만 리팩터링을 지원합니다.

public string[] DocumentKinds { get; set; }
member this.DocumentKinds : string[] with get, set
Public Property DocumentKinds As String()

속성 값

String[]

적용 대상