Compartilhar via


ProvideGeneratorAttribute Classe

Definição

Registra o gerador de código especificado para projetos do Visual Basic e do Visual C# quando adicionado a uma Packageclasse derivada de ou a uma classe que implementa IVsPackage.

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

Construtores

ProvideGeneratorAttribute(Type, String, String, String, Boolean)

Inicializa uma nova instância do ProvideGeneratorAttribute para o pacote e o gerador especificados.

Propriedades

Description

Obtém a descrição do gerador.

GenerateDesignTimeSource

Obtém se o código-fonte é gerado para uso em tempo de design.

GeneratorType

Obtém o tipo do gerador de código.

Name

Obtém o nome do gerador.

PackageGuid

Obtém o GUID do pacote que contém um projeto que dá suporte à invocação desse gerador.

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 sobre as 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 esse atributo com o contexto fornecido.

Unregister(RegistrationAttribute+RegistrationContext)

Remove as informações de registro sobre um VSPackage quando chamado por uma ferramenta de registro externo como regpkg.exe. Para obter mais informações, consulte Registrando VSPackages.

Aplica-se a