Sdílet prostřednictvím


UITestControlCollection.RemoveAll – metoda

Odebere prvky odpovídající predikátu.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
Public Sub RemoveAll ( _
    predicate As Predicate(Of UITestControl) _
)
public void RemoveAll(
    Predicate<UITestControl> predicate
)
public:
void RemoveAll(
    Predicate<UITestControl^>^ predicate
)
member RemoveAll : 
        predicate:Predicate<UITestControl> -> unit 
public function RemoveAll(
    predicate : Predicate<UITestControl>
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

UITestControlCollection Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů