Partager via


Classe LocalizablePropertyCategoryAttribute

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly :  Microsoft.SqlServer.ManagedDTS (dans 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

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.

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.