Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 with get
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.