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.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
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.
Show: