Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public abstract UITestActionFilterType FilterType { get; }
public:
property UITestActionFilterType FilterType {
virtual UITestActionFilterType get() abstract;
}
abstract FilterType : UITestActionFilterType with get
Public MustOverride ReadOnly Property FilterType As UITestActionFilterType
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionFilterType
The type of filter.
See Also
UITestActionFilterType
UITestActionFilter Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top