ITestSuiteBase.GetAllTestCaseIds Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function GetAllTestCaseIds As IEnumerable(Of ITestCase)
'Usage
Dim instance As ITestSuiteBase
Dim returnValue As IEnumerable(Of ITestCase)
returnValue = instance.GetAllTestCaseIds()
IEnumerable<ITestCase> GetAllTestCaseIds()
IEnumerable<ITestCase^>^ GetAllTestCaseIds()
abstract GetAllTestCaseIds : unit -> IEnumerable<ITestCase>
function GetAllTestCaseIds() : IEnumerable<ITestCase>
Return Value
Type: System.Collections.Generic.IEnumerable<ITestCase>
.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.