다음을 통해 공유


ExportCodeFixProviderAttribute 클래스

정의

호스트에서 검색할 수 있도록 이 특성을 사용하여 구현을 선언 CodeFixProvider 합니다.

public ref class ExportCodeFixProviderAttribute sealed : System::Composition::ExportAttribute
[System.AttributeUsage(System.AttributeTargets.Class)]
[System.Composition.MetadataAttribute]
public sealed class ExportCodeFixProviderAttribute : System.Composition.ExportAttribute
[System.Composition.MetadataAttribute]
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public sealed class ExportCodeFixProviderAttribute : System.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
[<System.Composition.MetadataAttribute>]
type ExportCodeFixProviderAttribute = class
    inherit ExportAttribute
[<System.Composition.MetadataAttribute>]
[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)>]
type ExportCodeFixProviderAttribute = class
    inherit ExportAttribute
Public NotInheritable Class ExportCodeFixProviderAttribute
Inherits ExportAttribute
상속
ExportCodeFixProviderAttribute
특성

생성자

ExportCodeFixProviderAttribute(String, String[])

코드 수정 공급자의 자동 애플리케이션을 지정하는 데 사용되는 특성 생성자입니다.

속성

DocumentExtensions

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

DocumentKinds

이 공급자가 코드 수정을 제공할 수 있는 문서 종류입니다. TextDocumentKind을 참조하세요. 기본적으로 공급자는 원본 문서 Document에 대해서만 코드 수정을 지원합니다. 이 속성에 대한 문서 종류의 문자열 표현을 제공합니다.예: DocumentKinds = new[] { nameof(TextDocumentKind.AdditionalDocument) }

Languages

이 공급자가 수정 사항을 제공할 수 있는 원본 언어입니다. LanguageNames을 참조하세요.

Name

의 선택적 이름입니다 CodeFixProvider.

적용 대상