Share via


ITmi.GetTestsNotInAnyTestList Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets an array of tests that are not in any of the test lists in the UI of .

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

Syntax

'Declaration
Function GetTestsNotInAnyTestList As ITestElement()
'Usage
Dim instance As ITmi 
Dim returnValue As ITestElement()

returnValue = instance.GetTestsNotInAnyTestList()
ITestElement[] GetTestsNotInAnyTestList()
array<ITestElement^>^ GetTestsNotInAnyTestList()
function GetTestsNotInAnyTestList() : ITestElement[]

Return Value

Type: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
An array of uncategorized tests, or an empty array if no tests are loaded or if no tests are uncategorized.

.NET Framework Security

See Also

Reference

ITmi Interface

ITmi Members

GetTestsNotInAnyTestList Overload

Microsoft.VisualStudio.TestTools.Common Namespace

TestElement