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 with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.