[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 );
SimpleSearchCondition Class | White.Core.UIItems.Finders Namespace