다음을 통해 공유


ProvideDirectiveProcessorAttribute 클래스

정의

중요

이 API는 CLS 규격이 아닙니다.

T4에 대한 레지스트리 항목을 제공하는 특성 클래스입니다. VSHost 지시문 프로세서

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

생성자

ProvideDirectiveProcessorAttribute(Type, String, String)

생성자

필드

DirectiveProcessorsKeyName

지시문 프로세서의 특정 레지스트리 키 이름

TextTemplatingKeyName

텍스트 템플릿에 대한 루트 레지스트리 키의 이름

속성

Description

지시문 프로세서에 대한 사용자 설명

Name

지시문 프로세서의 이름

Type

지시문 프로세서를 구현하는 형식

TypeId

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

(다음에서 상속됨 RegistrationAttribute)

메서드

GetPackageRegKeyPath(Guid)

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

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

텍스트 템플릿 지시문 프로세서 등록

Unregister(RegistrationAttribute+RegistrationContext)

텍스트 템플릿 지시문 프로세서 등록 취소

적용 대상