TestResultCounter.Item[TestOutcome] Özellik

Tanım

Belirtilen dizindeki test sonucunun sayısını alır veya ayarlar.

public:
 property int default[Microsoft::VisualStudio::TestTools::Common::TestOutcome] { int get(Microsoft::VisualStudio::TestTools::Common::TestOutcome index); void set(Microsoft::VisualStudio::TestTools::Common::TestOutcome index, int value); };
public int this[Microsoft.VisualStudio.TestTools.Common.TestOutcome index] { get; set; }
member this.Item(Microsoft.VisualStudio.TestTools.Common.TestOutcome) : int with get, set
Default Public Property Item(index As TestOutcome) As Integer

Parametreler

index
TestOutcome

TestOutcomeDeğerlerden biri.

Özellik Değeri

Int32

Belirtilen dizindeki test sonucunun sayısı.

Şunlara uygulanır