PlaybackSettings.SmartMatchOptions-Eigenschaft

Ruft einen Wert ab, der angibt, ob die intelligente Übereinstimmung aktiviert ist, oder legt diesen fest.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.SmartMatchOptions
Die aktuellen SmartMatchOptions.

.NET Framework-Sicherheit

Siehe auch

Referenz

PlaybackSettings Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace