IQueryCondition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an internal interface definition for a QueryCondition.
public interface class IQueryCondition
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("E6B73AC4-8242-4b4c-BB35-892F8059871E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IQueryCondition
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("E6B73AC4-8242-4b4c-BB35-892F8059871E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IQueryCondition = interface
Public Interface IQueryCondition
- Derived
- Attributes
Properties
Conditions |
Gets or sets a list of nested conditions. |
Name |
Gets or sets the name of this query condition. |
Methods
BindParameters(ValueMap) |
Binds parameters to properties in this query condition by using the given value map. |
GetPropertyValue(String) |
Returns the value of a given property, if it occurs in this query condition. |
Match(IUITechnologyElement) |
Returns a value that indicates whether the given element matches this query condition. |
ParameterizeProperty(String, String) |
Parameterizes a property of this query condition. |