Поделиться через


UITestControl.FilterProperties - свойство

Получает пару свойство-значение, которая используется для устранения неоднозначности, связанной с элементом управления.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITesting
Сборка:  Microsoft.VisualStudio.TestTools.UITesting (в Microsoft.VisualStudio.TestTools.UITesting.dll)

Синтаксис

'Декларация
Public ReadOnly Property FilterProperties As PropertyExpressionCollection
public PropertyExpressionCollection FilterProperties { get; }
public:
property PropertyExpressionCollection^ FilterProperties {
    PropertyExpressionCollection^ get ();
}
member FilterProperties : PropertyExpressionCollection with get
function get FilterProperties () : PropertyExpressionCollection

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Пара свойство-значение.

Безопасность платформы .NET Framework

См. также

Ссылки

UITestControl Класс

Microsoft.VisualStudio.TestTools.UITesting - пространство имен