Sdílet prostřednictvím


WebTestContext.Count – vlastnost

Získá číslo klíč hodnota dvojice prvků v WebTestContext.

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

Syntaxe

'Deklarace
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

Hodnota vlastnosti

Typ: System.Int32
Počet dvojice v kolekci.

Implementuje

ICollection<T>.Count

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestContext Třída

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