PostWebTestRecordingEventArgs.RecordedWebTest Property

Gets a reference to the Web performance test after the recording.

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

Syntax

'Declaration
Public ReadOnly Property RecordedWebTest As DeclarativeWebTest
public DeclarativeWebTest RecordedWebTest { get; }
public:
property DeclarativeWebTest^ RecordedWebTest {
    DeclarativeWebTest^ get ();
}
member RecordedWebTest : DeclarativeWebTest
function get RecordedWebTest () : DeclarativeWebTest

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.DeclarativeWebTest
A reference to the Web performance test after the recording.

Remarks

In the case of an inserted Web performance test recording, this returns the complete declarative Web performance test after the recording has been inserted, not just the inserted portion.

.NET Framework Security

See Also

Reference

PostWebTestRecordingEventArgs Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace