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 category to use to group the filtered list of actions.
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 Category As UITestActionFilterCategory
public abstract UITestActionFilterCategory Category { get; }
public:
virtual property UITestActionFilterCategory Category {
UITestActionFilterCategory get () abstract;
}
abstract Category : UITestActionFilterCategory
abstract function get Category () : UITestActionFilterCategory
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionFilterCategory
The filter category.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.