Partager via


Classe LocalizablePropertyDescriptionAttribute

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyDescriptionAttribute _
    Inherits DescriptionAttribute
'Utilisation
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

Le type LocalizablePropertyDescriptionAttribute expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique LocalizablePropertyDescriptionAttribute Initializes a new instance of the LocalizablePropertyDescriptionAttribute class using the specified type and property name.

Haut de la page

Propriétés

  Nom Description
Propriété publique Description Gets the description associated with the property. (remplace DescriptionAttribute.Description.)
Propriété publique TypeId (hérité de Attribute.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de DescriptionAttribute.)
Méthode publique GetHashCode (hérité de DescriptionAttribute.)
Méthode publique GetLocalizedValue Gets a String containing the localized value of the LocalizablePropertyDescriptionAttribute.
Méthode publique GetType (hérité de Object.)
Méthode publique IsDefaultAttribute (hérité de DescriptionAttribute.)
Méthode publique Match (hérité de Attribute.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée _Attribute.GetIDsOfNames (hérité de Attribute.)
Implémentation d'interface expliciteMéthode privée _Attribute.GetTypeInfo (hérité de Attribute.)
Implémentation d'interface expliciteMéthode privée _Attribute.GetTypeInfoCount (hérité de Attribute.)
Implémentation d'interface expliciteMéthode privée _Attribute.Invoke (hérité de Attribute.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Localization