Класс LocalizablePropertyCategoryAttribute
Provides a localized category for a property. This class cannot be inherited.
Пространство имен: 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
Замечания
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.
Иерархия наследования
System. . :: . .Object
System. . :: . .Attribute
System.ComponentModel. . :: . .CategoryAttribute
Microsoft.SqlServer.Dts.Runtime.Localization..::..LocalizablePropertyCategoryAttribute
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.