UITestActionFilter.FilterType Property

Gets the type of this filter.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property FilterType As UITestActionFilterType
public abstract UITestActionFilterType FilterType { get; }
public:
virtual property UITestActionFilterType FilterType {
    UITestActionFilterType get () abstract;
}
abstract FilterType : UITestActionFilterType with get
abstract function get FilterType () : UITestActionFilterType

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionFilterType
The type of filter.

.NET Framework Security

See Also

Reference

UITestActionFilter Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITestActionFilterType