WAProvideLanguagePropertyAttribute Classe

Definição

Essa classe pode ser usada para registrar uma propriedade de aplicativo Web para um projeto

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

Construtores

WAProvideLanguagePropertyAttribute(Type, String, Boolean)

Inicializa uma nova instância de WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, Int32)

Inicializa uma nova instância de WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, String)

Inicializa uma nova instância de WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, Type)

Inicializa uma nova instância de WAProvideLanguagePropertyAttribute.

Propriedades

LanguageTemplateFactoryType

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

PropertyName

Obtém o nome da propriedade.

PropertyValueInt

Obtém o valor inteiro da propriedade .

PropertyValueString

Obtém o valor da cadeia de caracteres da propriedade .

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 a propriedade de idioma.

Unregister(RegistrationAttribute+RegistrationContext)

Cancela o registro da propriedade language.

Aplica-se a