ITestPointCollection.Refresh Method
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub Refresh ( _
pointIds As Integer(), _
refreshTestCases As Boolean _
)
void Refresh(
int[] pointIds,
bool refreshTestCases
)
void Refresh(
array<int>^ pointIds,
bool refreshTestCases
)
abstract Refresh :
pointIds:int[] *
refreshTestCases:bool -> unit
function Refresh(
pointIds : int[],
refreshTestCases : boolean
)
Parameters
- pointIds
Type: array<Int32[]
- refreshTestCases
Type: Boolean
.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.