Share via


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()
'Usage
Dim instance As ITestList 
Dim returnValue As Link()

returnValue = instance.GetMissingTests()
Link[] GetMissingTests()
array<Link^>^ GetMissingTests()
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

ITestList Members

Microsoft.VisualStudio.TestTools.Common Namespace

GetChildLists