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

See Also

Reference

IPlaybackContext Interface

IPlaybackContext Members

Microsoft.VisualStudio.TestTools.UITesting Namespace