Sdílet prostřednictvím


WebTestContext.AgentCount – vlastnost

Získá celkový počet agentů v aktuální spuštění testu.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public ReadOnly Property AgentCount As Integer
public int AgentCount { get; }
public:
property int AgentCount {
    int get ();
}
member AgentCount : int with get
function get AgentCount () : int

Hodnota vlastnosti

Typ: System.Int32
Počet agentů v aktuálním testu spustit.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestContext Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů

Další zdroje

Working with Agents