Compartir a través de


Clase LocalizablePropertyDescriptionAttribute

Provides a localized property description for a property in the property grid. This class cannot be inherited.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Attribute
    System.ComponentModel. . :: . .DescriptionAttribute
      Microsoft.SqlServer.Dts.Runtime.Localization..::..LocalizablePropertyDescriptionAttribute

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyDescriptionAttribute _
    Inherits DescriptionAttribute
'Uso
Dim instance As LocalizablePropertyDescriptionAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizablePropertyDescriptionAttribute : DescriptionAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyDescriptionAttribute sealed : public DescriptionAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizablePropertyDescriptionAttribute =  
    class
        inherit DescriptionAttribute
    end
public final class LocalizablePropertyDescriptionAttribute extends DescriptionAttribute

El tipo LocalizablePropertyDescriptionAttribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público LocalizablePropertyDescriptionAttribute Initializes a new instance of the LocalizablePropertyDescriptionAttribute class using the specified type and property name.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Description Gets the description associated with the property. (Invalida DescriptionAttribute. . :: . .Description.)
Propiedad protegida DescriptionValue (Se hereda de DescriptionAttribute.)
Propiedad pública TypeId (Se hereda de Attribute.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de DescriptionAttribute.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de DescriptionAttribute.)
Método público GetLocalizedValue Gets a String containing the localized value of the LocalizablePropertyDescriptionAttribute.
Método público GetType (Se hereda de Object.)
Método público IsDefaultAttribute (Se hereda de DescriptionAttribute.)
Método público Match (Se hereda de Attribute.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado _Attribute. . :: . .GetIDsOfNames (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute. . :: . .GetTypeInfo (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute. . :: . .GetTypeInfoCount (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute. . :: . .Invoke (Se hereda de Attribute.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.