PlaybackSettings.SmartMatchOptions-Eigenschaft
Ruft einen Wert ab, der angibt, ob die intelligente Übereinstimmung aktiviert ist, oder legt diesen fest.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
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)
Eigenschaftswert
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.SmartMatchOptions
Die aktuellen SmartMatchOptions.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.