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.

TestResultAggregation::DisplayText Property

 

Gets the text for the summary line for the Results Grid in the user interface of Visual Studio Test Professional.

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

public:
property String^ DisplayText {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The text for the summary line for the Results Grid in the user interface.

Return to top
Show: