TestResultCounter.Item[TestOutcome] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.