Compartilhar via


WAProvideProjectFactoryTemplateMappingAttribute Classe

Definição

Esse atributo é usado para declarar um novo sistema de projeto que dá suporte a Projetos de Aplicativo Web e definir um mapeamento entre o sistema de projeto real e o 'falso' definido apenas para armazenar algumas propriedades específicas do WAP no registro.

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

Construtores

WAProvideProjectFactoryTemplateMappingAttribute(String, Type)

Inicializa uma nova instância do WAProvideProjectFactoryTemplateMappingAttribute.

Propriedades

FlavoredFactoryGuid

Obtém o GUID da fábrica com sabor.

LanguageTemplateFactoryType

Obtém o tipo da fábrica de modelos de linguagem.

TypeId

Substitua a propriedade TypeID para permitir que as classes derivadas de RegistrationAttribute funcionem com System.ComponentModel.TypeDescriptor.GetAttributes(...). Um atributo derivado deste terá que substituir essa propriedade somente se precisar de um controle melhor nas instâncias que podem ser aplicadas a uma classe.

(Herdado de RegistrationAttribute)

Métodos

GetPackageRegKeyPath(Guid)

Obtém o caminho do Registro (em relação à raiz do Registro do aplicativo) do VSPackage.

(Herdado de RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Registra o mapeamento no contexto especificado.

Unregister(RegistrationAttribute+RegistrationContext)

Cancela o registro do mapeamento do contexto especificado.

Aplica-se a