IQueryElement Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides an internally used interface for the QueryElement.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
<GuidAttribute("28A0F08A-085E-498f-857D-3B683E7FA342")> _
<ComVisibleAttribute(True)> _
Public Interface IQueryElement
[GuidAttribute("28A0F08A-085E-498f-857D-3B683E7FA342")]
[ComVisibleAttribute(true)]
public interface IQueryElement
[GuidAttribute(L"28A0F08A-085E-498f-857D-3B683E7FA342")]
[ComVisibleAttribute(true)]
public interface class IQueryElement
[<GuidAttribute("28A0F08A-085E-498f-857D-3B683E7FA342")>]
[<ComVisibleAttribute(true)>]
type IQueryElement =  interface end
public interface IQueryElement

The IQueryElement type exposes the following members.

Properties

  Name Description
Public property Ancestor Gets or sets the ancestor of this query element.
Public property Condition Gets or sets the condition of this query element.
Public property SearchConfigurations Gets or sets a list of attributes to help with search.

Top

Remarks

Do not implement this interface directly. Instead, use the QueryElement.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace