다음을 통해 공유


ExportCodeRefactoringProviderAttribute 클래스

정의

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

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

생성자

ExportCodeRefactoringProviderAttribute(String, String[])

코드 리팩터링 공급자의 가용성을 지정하는 데 사용되는 특성 생성자입니다.

속성

DocumentExtensions

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

DocumentKinds

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

Languages

이 공급자가 리팩터링을 제공할 수 있는 원본 언어입니다. LanguageNames을 참조하세요.

Name

CodeRefactoringProvider의 이름입니다.

적용 대상