[This is preliminary documentation and is subject to change.]
Author: Đonny
Inform programmer that he should name instances of class market wiht this attribute with names beginning with prefix
Namespace: Tools.ComponentModelTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] public class PrefixAttribute : Attribute |
| Visual Basic |
|---|
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := False)> _ Public Class PrefixAttribute _ Inherits Attribute |
| Visual C++ |
|---|
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = false)] public ref class PrefixAttribute : public Attribute |
| F# |
|---|
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)>] type PrefixAttribute = class inherit Attribute end |
| JScript |
|---|
public class PrefixAttribute extends Attribute |
Remarks
This is ONLY recomendation. This attribute is here to allow control author to select prefix. Of course users of controls can either use own prefix or use no prefix.
Inheritance Hierarchy
See Also
Version History
1.5.2
-
(Release)
- VersionAttribute and AuthorAttribute removed
- Relocated to assembly Tools.Windows