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
public virtual bool NeedFiltering { get; set; }
public:
property bool NeedFiltering {
virtual bool get();
virtual void set(bool value);
}
abstract NeedFiltering : bool with get, set
override NeedFiltering : bool with get, set
Public Overridable Property NeedFiltering As Boolean
Property Value
Type: System.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.
See Also
UITestActionFilter
PropertyChanged
UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top