Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a collection of scenarios within the load test.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Scenarios As IList(Of LoadTestScenario)
public IList<LoadTestScenario> Scenarios { get; }
public:
property IList<LoadTestScenario^>^ Scenarios {
IList<LoadTestScenario^>^ get ();
}
member Scenarios : IList<LoadTestScenario> with get
function get Scenarios () : IList<LoadTestScenario>
Property Value
Type: IList<LoadTestScenario>
A collection of LoadTestScenario objects contained within an IList.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.LoadTesting Namespace