Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
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.
.gif)