Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Function GetTestsNotInAnyTestList ( _
run As TestRun _
) As ITestElement()
'使用
Dim instance As ITmi
Dim run As TestRun
Dim returnValue As ITestElement()
returnValue = instance.GetTestsNotInAnyTestList(run)
ITestElement[] GetTestsNotInAnyTestList(
TestRun run
)
array<ITestElement^>^ GetTestsNotInAnyTestList(
TestRun^ run
)
function GetTestsNotInAnyTestList(
run : TestRun
) : ITestElement[]
Parameters
Return Value
Type: []
Permissions
- 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.