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 with get
function get TestCaseReferences () : ITestCaseCollection
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection
A test case collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.