[This is preliminary documentation and is subject to change.]
Author: Đonny
Defines a version of component of code
Namespace: Tools.InternalTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false, Inherited = false)] [ObsoleteAttribute("Use <version> XML tag instead")] public class VersionAttribute : Attribute |
| Visual Basic |
|---|
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := False, Inherited := False)> _ <ObsoleteAttribute("Use <version> XML tag instead")> _ Public Class VersionAttribute _ Inherits Attribute |
| Visual C++ |
|---|
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = false, Inherited = false)] [ObsoleteAttribute(L"Use <version> XML tag instead")] public ref class VersionAttribute : public Attribute |
| F# |
|---|
[<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false, Inherited = false)>] [<ObsoleteAttribute("Use <version> XML tag instead")>] type VersionAttribute = class inherit Attribute end |
| JScript |
|---|
public class VersionAttribute extends Attribute |
Remarks
This tag is obsolete. Use XML docummentation rag <version> instead
Inheritance Hierarchy
See Also
Version History
1.5.2
- Marked as obsolete - use XML doc tag <version> instead, AuthorAttribute, VersionAttribute and FirstVersionAttribute removed
- (Release) VersionAttribute and AuthorAttribute removed