ITestList.GetMissingTests Method

Retrieves an array of links to tests in the current list that cannot be loaded.

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

Syntax

'Declaration
Function GetMissingTests As Link()
Link[] GetMissingTests()
array<Link^>^ GetMissingTests()
abstract GetMissingTests : unit -> Link[] 
function GetMissingTests() : Link[]

Return Value

Type: array<Microsoft.VisualStudio.TestTools.Common.Link[]
An array of Link objects.

.NET Framework Security

See Also

Reference

ITestList Interface

Microsoft.VisualStudio.TestTools.Common Namespace

GetChildLists