Sdílet prostřednictvím


PlaybackSettings.SmartMatchOptions – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda je povolena inteligentní shoda.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.SmartMatchOptions
Aktuální SmartMatchOptions.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PlaybackSettings Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů