다음을 통해 공유


SingleFileGeneratorSupportRegistrationAttribute 클래스

정의

이 특성은 특정 파일 형식에 대한 사용자 지정 파일 생성기 레지스트리 항목을 추가합니다. 예: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Generators
[proj_fac_guid]

public ref class SingleFileGeneratorSupportRegistrationAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class SingleFileGeneratorSupportRegistrationAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class SingleFileGeneratorSupportRegistrationAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type SingleFileGeneratorSupportRegistrationAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class SingleFileGeneratorSupportRegistrationAttribute
Inherits RegistrationAttribute
상속
SingleFileGeneratorSupportRegistrationAttribute
특성

설명

ProjectTypeGuid 키가 생성되었는지 확인하는 것은 프로젝트의 책임입니다. 그런 다음 실제 단일 파일 생성기를 구현하는 특정 파일 형식의 클라이언트는 "Generators" 키의 프로젝트 하위 키 아래에 단일 파일 생성기를 등록해야 합니다. 특정 단일 파일 생성기를 구현하는 클라이언트는 이 용도로 를 CodeGeneratorRegistrationAttribute 사용합니다.

생성자

SingleFileGeneratorSupportRegistrationAttribute(Type)

제공된 컨텍스트에 대한 사용자 지정 코드 생성기를 등록하기 위해 새 SingleFileGeneratorSupportRegistrationAttribute 특성을 만듭니다.

속성

ProjectFactoryGuid

생성기 유형을 나타내는 Guid를 가져옵니다.

TypeId

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

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)

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

(다음에서 상속됨 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

지정된 컨텍스트에 이 특성을 등록하기 위해 호출됩니다. 컨텍스트에는 등록 정보를 배치할 위치가 포함됩니다. 또한 등록되는 형식 및 경로 정보와 같은 다른 정보도 포함합니다.

Unregister(RegistrationAttribute+RegistrationContext)

이 파일 확장명 등록을 취소합니다.

적용 대상