Partager via


UITestControlCollection.RemoveAll, méthode

Supprime les contrôles qui correspondent au prédicat.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
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>
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

UITestControlCollection Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms