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

See Also

Reference

ITestSuiteBase Interface

ITestSuiteBase Members

GetAllTestCaseIds Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace