Compartilhar via


Propriedade ITestPoint.TestCaseExists

Obtém um valor que indica se a situação de teste atual existe no servidor.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
ReadOnly Property TestCaseExists As Boolean
bool TestCaseExists { get; }
property bool TestCaseExists {
    bool get ();
}
abstract TestCaseExists : bool with get
function get TestCaseExists () : boolean

Valor de propriedade

Tipo: Boolean
true se a situação de teste existir no servidor; caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ITestPoint Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client