다음을 통해 공유


UITestAction.NeedFiltering 속성

이 작업을 UITestActionFilter로 처리할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITest.Common
어셈블리:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll)

구문

‘선언
Public Overridable Property NeedFiltering As Boolean
public virtual bool NeedFiltering { get; set; }
public:
virtual property bool NeedFiltering {
    bool get ();
    void set (bool value);
}
abstract NeedFiltering : bool with get, set 
override NeedFiltering : bool with get, set
function get NeedFiltering () : boolean 
function set NeedFiltering (value : boolean)

속성 값

형식: Boolean
테스트 작업 필터에서 이 작업을 처리할 수 있으면 true이고, 그렇지 않으면 false입니다.

설명

값이 설정될 때 PropertyChanged 이벤트를 발생시킵니다.

.NET Framework 보안

참고 항목

참조

UITestAction 클래스

Microsoft.VisualStudio.TestTools.UITest.Common 네임스페이스

UITestActionFilter

PropertyChanged