共用方式為


LocalizablePropertyCategoryAttribute 類別

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

繼承階層

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

命名空間:  Microsoft.SqlServer.Dts.Runtime.Localization
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyCategoryAttribute _
    Inherits CategoryAttribute
'用途
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

LocalizablePropertyCategoryAttribute 型別公開下列成員。

建構函式

  名稱 說明
公用方法 LocalizablePropertyCategoryAttribute Initializes a new instance of the LocalizablePropertyCategoryAttribute class using the specified type and property name.

上層

屬性

  名稱 說明
公用屬性 Category (繼承自 CategoryAttribute。)
公用屬性 TypeId (繼承自 Attribute。)

上層

方法

  名稱 說明
公用方法 Equals (繼承自 CategoryAttribute。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 CategoryAttribute。)
受保護的方法 GetLocalizedString (繼承自 CategoryAttribute。)
公用方法 GetType (繼承自 Object。)
公用方法 IsDefaultAttribute (繼承自 CategoryAttribute。)
公用方法 Match (繼承自 Attribute。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

明確 繼承 實作

  名稱 說明
明確介面實作私用方法 _Attribute. . :: . .GetIDsOfNames (繼承自 Attribute。)
明確介面實作私用方法 _Attribute. . :: . .GetTypeInfo (繼承自 Attribute。)
明確介面實作私用方法 _Attribute. . :: . .GetTypeInfoCount (繼承自 Attribute。)
明確介面實作私用方法 _Attribute. . :: . .Invoke (繼承自 Attribute。)

上層

備註

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.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。