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.

WebTestResultViewerExt::SelectionChangedEventArgs::TestResultId Property

 

The ID of the result that contains the newly selected test.

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

public:
property Guid TestResultId {
	Guid get();
}

Property Value

Type: System::Guid

Returns the ID of the result that contains the newly selected test.

Return to top
Show: