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

ITestCaseCollection TestCaseReferences { get; }
property ITestCaseCollection^ TestCaseReferences {
    ITestCaseCollection^ get();
}
abstract TestCaseReferences : ITestCaseCollection with get
ReadOnly Property TestCaseReferences As ITestCaseCollection

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection

A test case collection.

See Also

ITestCaseCollection
ISharedStep Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top