Partilhar via


Propriedade PlaybackSettings.SmartMatchOptions

Obtém ou define um valor que indica se a correspondência inteligente está ativada.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.SmartMatchOptions
O atual SmartMatchOptions.

Segurança do .NET Framework

Consulte também

Referência

PlaybackSettings Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting