Compartir a través de


CodeGeneratorRegistrationAttribute Clase

Definición

Este atributo agrega una entrada del registro del generador de archivos personalizado para un tipo de archivo específico. Por ejemplo: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Generators
{fae04ec1-301f-11d3-bf4b-00c04f79efbc}\MyGenerator] "CLSID"="{AAAA53CC-3D4F-40a2-BD4D-4F3419755476}" "GeneratesDesignTimeSource" = d'1'

public ref class CodeGeneratorRegistrationAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class CodeGeneratorRegistrationAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class CodeGeneratorRegistrationAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type CodeGeneratorRegistrationAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class CodeGeneratorRegistrationAttribute
Inherits RegistrationAttribute
Herencia
CodeGeneratorRegistrationAttribute
Atributos

Comentarios

Por ejemplo:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Generators\{fae04ec1-301f-11d3-bf4b-00c04f79efbc}\MyGenerator]

"CLSID"="{AAAA53CC-3D4F-40a2-BD4D-4F3419755476}"

"GeneratesDesignTimeSource" = d'1'

Constructores

CodeGeneratorRegistrationAttribute(Type, String, String)

Crea un nuevo atributo CodeGeneratorRegistrationAttribute para registrar un generador de código personalizado para el contexto proporcionado.

Propiedades

ContextGuid

Obtener el GUID que representa el tipo de proyecto

GeneratesDesignTimeSource

Obtener o establecer el valor de GeneratesDesignTimeSource

GeneratesSharedDesignTimeSource

Obtener o establecer el valor de GeneratesSharedDesignTimeSource

GeneratorGuid

Obtención del GUID que representa el tipo de generador

GeneratorName

Obtiene el nombre del generador.

GeneratorRegKeyName

Obtiene el nombre de la clave reg del generador en .

GeneratorType

Obtención del tipo de generador

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)

Se usa para registrar este atributo con el contexto determinado. El contexto contiene la ubicación en la que se debe colocar la información de registro. También contiene otra información como el tipo que se va a registrar y la ruta de acceso.

Unregister(RegistrationAttribute+RegistrationContext)

Anule el registro de esta extensión de archivo.

Se aplica a