Metoda UITestControlCollection.RemoveAll —
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITesting
Zestawy: Microsoft.VisualStudio.TestTools.UITesting (w Microsoft.VisualStudio.TestTools.UITesting.dll)
Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (w Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Składnia
'Deklaracja
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
- predicate
Typ: Predicate<UITestControl>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.