UIActionInterpreter.TopLevelWindowSinglePassSearch Property
Gets or sets a value that indicates whether single pass search will be used for top level windows.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
'Declaration
Public Property TopLevelWindowSinglePassSearch As Boolean
public bool TopLevelWindowSinglePassSearch { get; set; }
public:
property bool TopLevelWindowSinglePassSearch {
bool get ();
void set (bool value);
}
member TopLevelWindowSinglePassSearch : bool with get, set
function get TopLevelWindowSinglePassSearch () : boolean
function set TopLevelWindowSinglePassSearch (value : boolean)
Property Value
Type: System.Boolean
true to use single pass search; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace