TestResultAggregation.CurrentTestIndex Property

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

Syntax

'宣言
Public ReadOnly Property CurrentTestIndex As Integer
'使用
Dim instance As TestResultAggregation
Dim value As Integer

value = instance.CurrentTestIndex
public int CurrentTestIndex { get; }
public:
property int CurrentTestIndex {
    int get ();
}
public function get CurrentTestIndex () : int

Property Value

Type: System.Int32

Permissions

See Also

Reference

TestResultAggregation Class

TestResultAggregation Members

Microsoft.VisualStudio.TestTools.Common Namespace