Dela via


LocalizablePropertyCategoryAttribute Class

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

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyCategoryAttribute _
    Inherits CategoryAttribute
'Usage
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

The LocalizablePropertyCategoryAttribute type exposes the following members.

Constructors

  Name Description
Public method LocalizablePropertyCategoryAttribute Initializes a new instance of the LocalizablePropertyCategoryAttribute class using the specified type and property name.

Top

Properties

  Name Description
Public property Category (Inherited from CategoryAttribute.)
Public property TypeId (Inherited from Attribute.)

Top

Methods

  Name Description
Public method Equals (Inherited from CategoryAttribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from CategoryAttribute.)
Protected method GetLocalizedString (Inherited from CategoryAttribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from CategoryAttribute.)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method _Attribute.GetIDsOfNames (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfo (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfoCount (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.Invoke (Inherited from Attribute.)

Top

Remarks

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.