Compartir a través de


WAProvideLanguagePropertyAttribute Clase

Definición

Esta clase se puede usar para registrar una propiedad de aplicación web para un proyecto.

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
Herencia
WAProvideLanguagePropertyAttribute
Atributos

Constructores

WAProvideLanguagePropertyAttribute(Type, String, Boolean)

Inicializa una nueva instancia de WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, Int32)

Inicializa una nueva instancia de WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, String)

Inicializa una nueva instancia de WAProvideLanguagePropertyAttribute.

WAProvideLanguagePropertyAttribute(Type, String, Type)

Inicializa una nueva instancia de WAProvideLanguagePropertyAttribute.

Propiedades

LanguageTemplateFactoryType

Obtiene el tipo del generador de plantillas de lenguaje.

PropertyName

Obtiene el nombre de la propiedad.

PropertyValueInt

Obtiene el valor entero de la propiedad .

PropertyValueString

Obtiene el valor de cadena de la propiedad .

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)

Registra la propiedad de idioma.

Unregister(RegistrationAttribute+RegistrationContext)

Anula el registro de la propiedad de idioma.

Se aplica a