UITestAction.NeedFiltering Property

Gets or sets a value that indicates whether this action can be processed by a UITestActionFilter.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
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)

Property Value

Type: Boolean
true if this action can be processed by a test action filter; otherwise, false.

Remarks

Raises the PropertyChanged event when the value is set.

.NET Framework Security

See Also

Reference

UITestAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITestActionFilter

PropertyChanged