Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IQueryElement Interface

 

This API supports the product 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)

[GuidAttribute("28A0F08A-085E-498f-857D-3B683E7FA342")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IQueryElement

NameDescription
System_CAPS_pubpropertyAncestor

Gets or sets the ancestor of this query element.

System_CAPS_pubpropertyCondition

Gets or sets the condition of this query element.

System_CAPS_pubpropertySearchConfigurations

Gets or sets a list of attributes to help with search.

Do not implement this interface directly. Instead, use the QueryElement.

Return to top
Show: