QueryCondition Methods

Include Protected Members
Include Inherited Members

The QueryCondition type exposes the following members.

Methods

  Name Description
Public method BindParameters Binds parameters to properties in this query condition by using the given value map.
Public method Equals Returns a value that indicates whether the provided object is equal to this query condition. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public method GetPropertyValue Retrieves the value of the named property, if it exists.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Match Returns a value that indicates whether the provided element matches the current query condition.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ParameterizeProperty Parameterizes the given property by using the given parameter name.
Public method ToString Returns a string representation of this condition. (Overrides Object.ToString().)

Top

See Also

Reference

QueryCondition Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace