[This is preliminary documentation and is subject to change.]
Identifies in which stage of development life-cycle current build was done
Namespace: Tools.InternalTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false)] public class AssemblyBuildStageAttribute : Attribute |
| Visual Basic |
|---|
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := False)> _ Public Class AssemblyBuildStageAttribute _ Inherits Attribute |
| Visual C++ |
|---|
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple = false)] public ref class AssemblyBuildStageAttribute : public Attribute |
| F# |
|---|
[<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false)>] type AssemblyBuildStageAttribute = class inherit Attribute end |
| JScript |
|---|
public class AssemblyBuildStageAttribute extends Attribute |
Inheritance Hierarchy
See Also
Version History
1.5.2
- (Release) Version documentation added