Freigeben über


UITestControl.FilterProperties-Eigenschaft

Ruft die Auflistung von Eigenschaft-Wert-Paaren ab, die für die eindeutige Bestimmung eines Steuerelements verwendet wird.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public ReadOnly Property FilterProperties As PropertyExpressionCollection
    Get
public PropertyExpressionCollection FilterProperties { get; }
public:
property PropertyExpressionCollection^ FilterProperties {
    PropertyExpressionCollection^ get ();
}
member FilterProperties : PropertyExpressionCollection
function get FilterProperties () : PropertyExpressionCollection

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Ein Eigenschaft/Wert-Paar.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace