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 group of test actions, each of which may contain other nested action groups.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestActionGroup _
    Inherits ITestAction, INotifyPropertyChanged
public interface ITestActionGroup : ITestAction, 
    INotifyPropertyChanged
public interface class ITestActionGroup : ITestAction, 
    INotifyPropertyChanged
type ITestActionGroup =  
    interface 
        interface ITestAction 
        interface INotifyPropertyChanged 
    end
public interface ITestActionGroup extends ITestAction, INotifyPropertyChanged
The ITestActionGroup type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Actions | Gets the collection of test actions. | 
| .gif) | Id | Gets a unique identifier for this test action. (Inherited from ITestAction.) | 
| .gif) | Name | Gets or sets the name of this action group. | 
| .gif) | Owner | Gets a test base that represents the owner of this test action. (Inherited from ITestAction.) | 
| .gif) | Parent | Gets the parent test action group for this test action. (Inherited from ITestAction.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CopyToNewOwner | Performs a deep copy of this action to a new owner. (Inherited from ITestAction.) | 
| .gif) | MoveToNewOwner | Adds this test action to the new owner and sets the current owner to null. (Inherited from ITestAction.) | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top
Remarks
A group may not directly or indirectly contain itself.