Compartir a través de


ProvideDirectiveProcessorAttribute Clase

Definición

Importante

Esta API no es conforme a CLS.

Clase de atributos para proporcionar las entradas del Registro para un procesador de directivas de 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
Herencia
ProvideDirectiveProcessorAttribute
Atributos

Constructores

ProvideDirectiveProcessorAttribute(Type, String, String)

Constructor

Campos

DirectiveProcessorsKeyName

Nombre de la clave del Registro específica para los procesadores de directivas.

TextTemplatingKeyName

Nombre de la clave del Registro raíz para plantillas de texto.

Propiedades

Description

Descripción humana del procesador de directivas.

Name

Nombre del procesador de directivas.

Type

Tipo que implementa el procesador de directivas.

TypeId

Invalide la propiedad TypeID para permitir que las clases derivadas RegistrationAttribute funcionen con System.ComponentModel.TypeDescriptor.GetAttributes(...). Un atributo derivado de este tendrá que invalidar esta propiedad solo si necesita un mejor control en las instancias que se pueden aplicar a una clase.

(Heredado de RegistrationAttribute)

Métodos

GetPackageRegKeyPath(Guid)

Obtiene la ruta del Registro (en relación con la raíz del Registro de la aplicación) del Paquete VSPackage.

(Heredado de RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Registre un procesador de directivas de plantillas de texto

Unregister(RegistrationAttribute+RegistrationContext)

Anula el registro de un procesador de directivas de plantillas de texto

Se aplica a