Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DescriptionAttribute Constructor (String^)

 

Initializes a new instance of the DescriptionAttribute class.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
DescriptionAttribute(
	String^ description
)

Parameters

description
Type: System::String^

A short explanation of the test.

There is no default value for the Description property. This must be set with the attribute.

Return to top
Show: