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
<ComVisibleAttribute(True)> _
<GuidAttribute("28A0F08A-085E-498f-857D-3B683E7FA342")> _
Public Interface IQueryElement
[ComVisibleAttribute(true)]
[GuidAttribute("28A0F08A-085E-498f-857D-3B683E7FA342")]
public interface IQueryElement
[ComVisibleAttribute(true)]
[GuidAttribute(L"28A0F08A-085E-498f-857D-3B683E7FA342")]
public interface class IQueryElement
[<ComVisibleAttribute(true)>]
[<GuidAttribute("28A0F08A-085E-498f-857D-3B683E7FA342")>]
type IQueryElement = interface end
public interface IQueryElement
The IQueryElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
Ancestor | Gets or sets the ancestor of this query element. | |
Condition | Gets or sets the condition of this query element. | |
SearchConfigurations | Gets or sets a list of attributes to help with search. |
Top
Remarks
Do not implement this interface directly. Instead, use the QueryElement.