Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides an internal interface definition for a QueryCondition.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("E6B73AC4-8242-4b4c-BB35-892F8059871E")> _
Public Interface IQueryCondition
[ComVisibleAttribute(true)]
[GuidAttribute("E6B73AC4-8242-4b4c-BB35-892F8059871E")]
public interface IQueryCondition
[ComVisibleAttribute(true)]
[GuidAttribute(L"E6B73AC4-8242-4b4c-BB35-892F8059871E")]
public interface class IQueryCondition
[<ComVisibleAttribute(true)>]
[<GuidAttribute("E6B73AC4-8242-4b4c-BB35-892F8059871E")>]
type IQueryCondition = interface end
public interface IQueryCondition
The IQueryCondition type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Conditions | Gets or sets a list of nested conditions. |
![]() |
Name | Gets or sets the name of this query condition. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
BindParameters | Binds parameters to properties in this query condition by using the given value map. |
![]() |
GetPropertyValue | Returns the value of a given property, if it occurs in this query condition. |
![]() |
Match | Returns a value that indicates whether the given element matches this query condition. |
![]() |
ParameterizeProperty | Parameterizes a property of this query condition. |
Top
Remarks
Do not implement this interface directly. Instead, use QueryCondition.