Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a single action and expected result.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestAction _
    Inherits INotifyPropertyChanged
public interface ITestAction : INotifyPropertyChanged
public interface class ITestAction : INotifyPropertyChanged
type ITestAction =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface ITestAction extends INotifyPropertyChanged
The ITestAction type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Id | Gets a unique identifier for this test action. | 
| .gif) | Owner | Gets a test base that represents the owner of this test action. | 
| .gif) | Parent | Gets the parent test action group for this test action. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CopyToNewOwner | Performs a deep copy of this action to a new owner. | 
| .gif) | MoveToNewOwner | Adds this test action to the new owner and sets the current owner to null. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top