ICondition2 interface (structuredquerycondition.h)

Extends the functionality of the ICondition interface. ICondition2 provides methods for retrieving information about a search condition.

Inheritance

The ICondition2 interface inherits from ICondition. ICondition2 also has these types of members:

Methods

The ICondition2 interface has these methods.

 
ICondition2::GetLeafConditionInfo

Retrieves the property name, operation, and value from a leaf search condition node. (ICondition2.GetLeafConditionInfo)
ICondition2::GetLocale

Retrieves the property name, operation, and value from a leaf search condition node. (ICondition2.GetLocale)

Remarks

The StructuredQuerySample demonstrates how to read lines from the console, parse them using the system schema, and display the resulting condition trees.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header structuredquerycondition.h

See also

CONDITION_OPERATION

CONDITION_TYPE

ICondition

Reference