Share via


ISharedStep.TestCaseReferences Property

Gets a list of test cases that contains a reference to this shared step set.

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

Syntax

'Declaration
ReadOnly Property TestCaseReferences As ITestCaseCollection
ITestCaseCollection TestCaseReferences { get; }
property ITestCaseCollection^ TestCaseReferences {
    ITestCaseCollection^ get ();
}
abstract TestCaseReferences : ITestCaseCollection
function get TestCaseReferences () : ITestCaseCollection

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection
A test case collection.

.NET Framework Security

See Also

Reference

ISharedStep Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestCaseCollection