Compartilhar via


Propriedade ISharedStep.TestCaseReferences

Obtém uma lista de casos de teste que contém uma referência a esse conjunto compartilhado de etapa.

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

Sintaxe

'Declaração
ReadOnly Property TestCaseReferences As ITestCaseCollection
    Get
ITestCaseCollection TestCaseReferences { get; }
property ITestCaseCollection^ TestCaseReferences {
    ITestCaseCollection^ get ();
}
abstract TestCaseReferences : ITestCaseCollection
function get TestCaseReferences () : ITestCaseCollection

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection
Uma coleção de caso de teste.

Segurança do .NET Framework

Consulte também

Referência

ISharedStep Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestCaseCollection