다음을 통해 공유


RegisterEditorExtensionAttribute 클래스

정의

주의

RegisterEditorExtensionAttribute has been deprecated. Please use ProvideEditorExtensionAttribute instead.

ProvideEditorExtensionAttribute을 참조하세요. 지정된 편집기 팩터리에 파일 확장자를 등록합니다. 이 클래스는 상속될 수 없습니다.

public ref class RegisterEditorExtensionAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class RegisterEditorExtensionAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.Obsolete("RegisterEditorExtensionAttribute has been deprecated. Please use ProvideEditorExtensionAttribute instead.")]
public sealed class RegisterEditorExtensionAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
[<System.Obsolete("RegisterEditorExtensionAttribute has been deprecated. Please use ProvideEditorExtensionAttribute instead.")>]
type RegisterEditorExtensionAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class RegisterEditorExtensionAttribute
Inherits RegistrationAttribute
상속
RegisterEditorExtensionAttribute
특성

설명

호출 시기

편집기 팩터리를 RegisterEditorExtensionAttribute 구현하는 클래스에 특성 적용

기본 사용

이 특성은 파일 확장자를 지정된 편집기 팩터리에 연결합니다. 파일 확장명은 접두사 "."를 포함해야 합니다.

이 특성은 등록 목적으로만 사용되며 런타임 동작에는 영향을 주지 않습니다. 패키지 클래스에 배치해야 합니다.

각 편집기 팩터리에도 연결된 우선 순위가 있습니다. 지정된 파일 확장명에 대해 우선 순위가 가장 높은 편집기에서 먼저 파일을 읽을 수 있는 기회가 제공됩니다. 편집기가 파일을 읽지 못하면 나머지 편집기가 우선 순위에 따라 사용됩니다. 를 사용RegisterEditorExtensionAttribute하려면 또는 IVsPackage와 같은 Package 패키지 클래스에 배치합니다.

레지스트리 항목

다음 레지스트리 항목은 에 의해 RegisterEditorExtensionAttribute만들어집니다.

<VSROOT>\Editors\{FactoryGuid}\Extensions\Extension=Priority

참고 Visual C# 및 Visual Basic 프로젝트 형식의 GUIDS는 다음과 같습니다.

C#: {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}

VB: {F184B08F-C81C-45F6-A57F-5ABD9991F28F}

샘플

의 구현은 RegisterEditorExtensionAttribute 관리되는 샘플에서 찾을 수 있습니다. 이 및 자동 등록에 사용되는 다른 모든 특성의 Package 표준 위치는 샘플에서 사용되는 언어에 따라 VsPkg.cs, VsPkg.vb 또는 VsPkg.cpp 구현과 인접합니다.

참고

C#은 특성 클래스의 이름에 특성이라는 단어를 자동으로 추가합니다. C# 코드에서 이 특성을 RegisterEditorExtension으로 참조합니다.

생성자

RegisterEditorExtensionAttribute(Object, String, Int32)
사용되지 않음.

제공된 팩터리 유형 및 확장에 대한 새 RegisterEditorExtensionAttribute 를 초기화합니다.

속성

EditorFactoryNotify
사용되지 않음.

등록 시 EditorFactoryNotify 레지스트리 키를 만들지 여부를 가져오거나 설정합니다.

Extension
사용되지 않음.

파일의 파일 확장자를 가져옵니다.

Factory
사용되지 않음.

편집기 팩터리 GUID를 가져옵니다.

NameResourceID
사용되지 않음.

이름 리소스 ID를 가져오거나 설정합니다.

Priority
사용되지 않음.

이 확장 등록의 우선 순위를 가져옵니다.

ProjectGuid
사용되지 않음.

프로젝트 GUID를 가져오거나 설정합니다.

TemplateDir
사용되지 않음.

템플릿 디렉터리를 가져오거나 설정합니다.

TypeId
사용되지 않음.

RegistrationAttribute 파생 클래스가 System.ComponentModel.TypeDescriptor.GetAttributes(...)에서 작동하도록 하려면 TypeID 속성을 재정의합니다. 이 속성에서 파생된 특성은 클래스에 적용할 수 있는 인스턴스에 대한 더 나은 제어가 필요한 경우에만 이 속성을 재정의해야 합니다.

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)
사용되지 않음.

VSPackage의 레지스트리 경로(애플리케이션의 레지스트리 루트를 기준으로)를 가져옵니다.

(다음에서 상속됨 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)
사용되지 않음.

편집기 확장을 등록합니다.

Unregister(RegistrationAttribute+RegistrationContext)
사용되지 않음.

편집기 확장 레지스트리 키를 제거합니다.

적용 대상