Freigeben über


LoadTestUserContext.Count-Eigenschaft

Ruft die Anzahl der Elemente ab, die im LoadTestUserContext-Objekt enthalten sind.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int with get 
override Count : int with get
final function get Count () : int

Eigenschaftswert

Typ: Int32
Die Anzahl der Elemente im LoadTestUserContext-Objekt.

Implementiert

ICollection.Count

.NET Framework-Sicherheit

Siehe auch

Referenz

LoadTestUserContext Klasse

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace