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.
ISharedStepReference Interface
This interface is used to call a shared step set from a test case.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Id | Gets a unique identifier for this test action.(Inherited from ITestAction.) |
![]() | Owner | Gets a test base that represents the owner of this test action.(Inherited from ITestAction.) |
![]() | Parent | Gets the parent test action group for this test action.(Inherited from ITestAction.) |
![]() | SharedStepId | Gets or sets the work item ID for the associated shared step. |
| Name | Description | |
|---|---|---|
![]() | CopyToNewOwner(ITestBase^) | Performs a deep copy of this action to a new owner.(Inherited from ITestAction.) |
![]() | FindSharedStep() | Returns the shared step definition from the server. |
![]() | MoveToNewOwner(ITestBase^) | Adds this test action to the new owner and sets the current owner to null.(Inherited from ITestAction.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Show:


