An NDoc Documented Class Library

SimpleSearchCondition Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal propertyValueDelegate As SimpleSearchCondition#PropertyValue, _ 
   ByVal automationElementProperty As AutomationElementProperty _ 
)
[C#]
public SimpleSearchCondition(
   SimpleSearchCondition#PropertyValue propertyValueDelegate,
   AutomationElementProperty automationElementProperty
);
[C++]
public: SimpleSearchCondition(
   SimpleSearchCondition#PropertyValue* propertyValueDelegate,
   AutomationElementProperty* automationElementProperty
);
[JScript]
public function SimpleSearchCondition(
   SimpleSearchCondition#PropertyValue propertyValueDelegate,
   AutomationElementProperty automationElementProperty
);

See Also

SimpleSearchCondition Class | White.Core.UIItems.Finders Namespace