[This is preliminary documentation and is subject to change.]
Author: Đonny
Common values used for CategoryAttribute
Namespace: Tools.WindowsT.FormsT.UtilitiesTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[ObsoleteAttribute("Members of this class were changed. They are no longer constant, so they cannot be used for CategoryAttribute. If you want to use this class use LCategoryAttribute, but you'd better using KnownCategoryAttribute")] public class CategoryAttributeValues |
| Visual Basic |
|---|
<ObsoleteAttribute("Members of this class were changed. They are no longer constant, so they cannot be used for CategoryAttribute. If you want to use this class use LCategoryAttribute, but you'd better using KnownCategoryAttribute")> _ Public Class CategoryAttributeValues |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Members of this class were changed. They are no longer constant, so they cannot be used for CategoryAttribute. If you want to use this class use LCategoryAttribute, but you'd better using KnownCategoryAttribute")] public ref class CategoryAttributeValues |
| F# |
|---|
[<ObsoleteAttribute("Members of this class were changed. They are no longer constant, so they cannot be used for CategoryAttribute. If you want to use this class use LCategoryAttribute, but you'd better using KnownCategoryAttribute")>] type CategoryAttributeValues = class end |
| JScript |
|---|
public class CategoryAttributeValues |
Remarks
This class contains values that when used for CategoryAttribute are recognized by the .NET Framework and localized to current language.
You can pass these constans either directly into CategoryAttribute or you can use KnownCategoryAttribute's overloaded CTor that have better intellisense support.
Inheritance Hierarchy
See Also
Version History
1.5.2
- (Release) VersionAttribute and AuthorAttribute removed