다음을 통해 공유


ExportCodeFixProviderAttribute.DocumentExtensions 속성

정의

이 공급자가 코드 수정을 제공할 수 있는 문서 확장입니다. 각 확장 문자열에는 선행 기간(예: ".txt", ".xaml", ".editorconfig" 등)이 포함되어야 합니다. 기본적으로 이 값은 null이며 문서 확장명은 코드 수정 적용 가능성을 결정하는 것으로 간주되지 않습니다.

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

속성 값

String[]

적용 대상