Partager via


PlaybackSettings.SmartMatchOptions, propriété

Obtient ou définit une valeur indiquant si la correspondance intelligente est activée.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.UITest.Extension.SmartMatchOptions
SmartMatchOptions en cours.

Sécurité .NET Framework

Voir aussi

Référence

PlaybackSettings Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms