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.

ActionList::GetActionsOfType<T> Method ()

 

Returns an enumerated list of actions of the specified type from this action list.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

public:
generic<typename T>
where T : UITestAction
IEnumerable<T>^ GetActionsOfType()

Return Value

Type: System.Collections.Generic::IEnumerable<T>^

An enumerated list of actions of the specified type from this action list.

Type Parameters

T

The Type that specifies the kind of UITestAction objects to select.

Return to top
Show: