DescriptionAttribute Class
Visual Studio 2005
Used to specify the description of the test. This class cannot be inherited.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in microsoft.visualstudio.qualitytools.unittestframework.dll)
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in microsoft.visualstudio.qualitytools.unittestframework.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple:=False)> _ Public NotInheritable Class DescriptionAttribute Inherits Attribute 'Usage Dim instance As DescriptionAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple=false) */ public final class DescriptionAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple=false) public final class DescriptionAttribute extends Attribute
This attribute can be specified on a method. Only one instance of this attribute may be applied to a method.
For more information about how to use attributes, see Extending Metadata Using Attributes.