StringAssertAction.PropertyCondition-Eigenschaft

Ruft die Ergebnisse des Assertionsvergleichs ab oder legt diese fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property PropertyCondition As StringAssertCondition
    Get
    Set
public StringAssertCondition PropertyCondition { get; set; }
public:
property StringAssertCondition PropertyCondition {
    StringAssertCondition get ();
    void set (StringAssertCondition value);
}
member PropertyCondition : StringAssertCondition with get, set
function get PropertyCondition () : StringAssertCondition
function set PropertyCondition (value : StringAssertCondition)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.StringAssertCondition
Die Ergebnisse des Assertionsvergleichs.

Hinweise

Durch das Festlegen dieser Eigenschaft wird das PropertyChanged-Ereignis ausgelöst.

.NET Framework-Sicherheit

Siehe auch

Referenz

StringAssertAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

PropertyChanged

StringAssertCondition