IPlaybackContext.IsTopLevelSearch Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the indicator of whether a top level element is being searched.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
ReadOnly Property IsTopLevelSearch As Boolean
Get
'Usage
Dim instance As IPlaybackContext
Dim value As Boolean
value = instance.IsTopLevelSearch
bool IsTopLevelSearch { get; }
property bool IsTopLevelSearch {
bool get ();
}
function get IsTopLevelSearch () : boolean
abstract IsTopLevelSearch : bool
Property Value
Type: System.Boolean
true if a top level element is being searched; 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.