ITestPointCollection.Refresh Method (Int32[], Boolean)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void Refresh(
int[] pointIds,
bool refreshTestCases
)
void Refresh(
array<int>^ pointIds,
bool refreshTestCases
)
abstract Refresh :
pointIds:int[] *
refreshTestCases:bool -> unit
Sub Refresh (
pointIds As Integer(),
refreshTestCases As Boolean
)
Parameters
- pointIds
Type: System.Int32[]
- refreshTestCases
Type: System.Boolean
See Also
ITestPointCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top