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.

ISharedStepResult::Actions Property

 

Gets a collection of action results for each step or component in the associated shared step.

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

property TestActionResultCollection^ Actions {
	TestActionResultCollection^ get();
}

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client::TestActionResultCollection^

A collection of action results for each shared step or component.

Return to top
Show: