Compartir a través de


EditorFactoryNotifyForProjectAttribute Clase

Definición

Este atributo agrega una extensión de archivo para un sistema de proyectos para que project llame a los métodos IVsEditorFactoryNotify cuando se agregue o cambie el nombre de un elemento de este tipo.

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

Comentarios

Por ejemplo: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Projects\ {F184B08F-C81C-45F6-A57F-5ABD9991F28F}\FileExtensions\.addin] "EditorFactoryNotify"="{FA3CD31E-987B-443A-9B81-186104E8DAC1}"

Constructores

EditorFactoryNotifyForProjectAttribute(Object, String, Object)

Crea un nuevo atributo ProvideEditorFactoryNotifyForProject para registrar una extensión de archivo con un proyecto.

Propiedades

FactoryType

Obtención del GUID que representa el tipo del generador de editores

FileExtension

Obtener o establecer la extensión de los archivos XML que admiten esta vista

ProjectType

Obtener el GUID que representa el tipo de proyecto

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