PlaybackSettings.SmartMatchOptions (Propiedad)

Obtiene o establece un valor que indica si está habilitada la coincidencia inteligente.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
Public Property SmartMatchOptions As SmartMatchOptions
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.SmartMatchOptions
Objeto SmartMatchOptions actual.

Seguridad de .NET Framework

Vea también

Referencia

PlaybackSettings Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)