Compartir a través de


PostWebTestRecordingEventArgs.RecordedWebTest Property

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

.NET Framework Security

See Also

Reference

PostWebTestRecordingEventArgs Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace