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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.