Share via


TestResultCounter.Item[TestOutcome] Property

Definition

Gets or sets the count for the test outcome at the specified index.

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

Parameters

index
TestOutcome

One of the TestOutcome values.

Property Value

The count for the test outcome at the specified index.

Applies to