Método ITestPointCollection.Refresh
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- pointIds
Tipo: array<System.Int32[]
- refreshTestCases
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.