The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestBase::CreateSharedStepReference Method ()
If this object is a test case, creates a new shared step reference, which gives access to another set of actions.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ISharedStepReference^The new shared step reference.
| Exception | Condition |
|---|---|
| TestManagementInvalidOperationException | This ITestBase object is not a test case. |
Callers must add this to ITestBase::Actions and call ITestBase::Save to commit this to the server.
Show: