UITestControl.FilterProperties Property
Gets the property-value pair collection that is used to disambiguate a control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public ReadOnly Property FilterProperties As PropertyExpressionCollection
public PropertyExpressionCollection FilterProperties { get; }
public:
property PropertyExpressionCollection^ FilterProperties {
PropertyExpressionCollection^ get ();
}
member FilterProperties : PropertyExpressionCollection
function get FilterProperties () : PropertyExpressionCollection
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
A property-value pair.
.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.