다음을 통해 공유


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 네임스페이스