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 Visual Studio Test Professional.

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

Syntax

'Declaration
Function GetTestsNotInAnyTestList As ITestElement()
ITestElement[] GetTestsNotInAnyTestList()
array<ITestElement^>^ GetTestsNotInAnyTestList()
abstract GetTestsNotInAnyTestList : unit -> ITestElement[] 
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

GetTestsNotInAnyTestList Overload

Microsoft.VisualStudio.TestTools.Common Namespace

TestElement