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。) |
![]() |
GetHashCode | (繼承自 CategoryAttribute。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
IsDefaultAttribute | (繼承自 CategoryAttribute。) |
![]() |
Match | (繼承自 Attribute。) |
![]() |
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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)
.gif)