Information
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.

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

ISharedStepReference^ CreateSharedStepReference()

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.

Return to top
Show: