UITestControlCollection.RemoveAll(Predicate<UITestControl>) Method

Definition

public:
 void RemoveAll(Predicate<Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^> ^ predicate);
public void RemoveAll (Predicate<Microsoft.VisualStudio.TestTools.UITesting.UITestControl> predicate);
member this.RemoveAll : Predicate<Microsoft.VisualStudio.TestTools.UITesting.UITestControl> -> unit
Public Sub RemoveAll (predicate As Predicate(Of UITestControl))

Parameters

Applies to