Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
- 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.