Partager via


Classe LocalizablePropertyCategoryAttribute

Provides a localized category for a property. This class cannot be inherited.

Hiérarchie d'héritage

System.Object
  System.Attribute
    System.ComponentModel.CategoryAttribute
      Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategoryAttribute

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 LocalizablePropertyCategoryAttribute _
    Inherits CategoryAttribute
'Utilisation
Dim instance As LocalizablePropertyCategoryAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizablePropertyCategoryAttribute : CategoryAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyCategoryAttribute sealed : public CategoryAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizablePropertyCategoryAttribute =  
    class 
        inherit CategoryAttribute 
    end
public final class LocalizablePropertyCategoryAttribute extends CategoryAttribute

Le type LocalizablePropertyCategoryAttribute expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

  Nom Description
Propriété publique Category (hérité de CategoryAttribute.)
Propriété publique TypeId (hérité de Attribute.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de CategoryAttribute.)
Méthode publique GetHashCode (hérité de CategoryAttribute.)
Méthode publique GetType (hérité de Object.)
Méthode publique IsDefaultAttribute (hérité de CategoryAttribute.)
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

Notes

A CategoryAttribute indicates the category to associate the property or event with when listing properties or events in a System.Windows.Forms.PropertyGrid control set to Categorized mode. For more information, see "CategoryAttribute Class" in the .NET Framework Class Library.

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