Поделиться через


UITestControlCollection.RemoveAll - метод

Пространство имен:  Microsoft.VisualStudio.TestTools.UITesting
Сборки:   Microsoft.VisualStudio.TestTools.UITesting (в Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (в Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Синтаксис

'Декларация
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>
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

UITestControlCollection Класс

Microsoft.VisualStudio.TestTools.UITesting - пространство имен