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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.