[Visual Basic] Shared Public Function GetWindowSearchCondition( _ ByVal processId As Integer, _ ByVal controlType As ControlType _ ) As AutomationSearchCondition [C#] public static AutomationSearchCondition GetWindowSearchCondition( int processId, ControlType controlType ); [C++] public: static AutomationSearchCondition* GetWindowSearchCondition( int processId, ControlType* controlType ); [JScript] public static function GetWindowSearchCondition( int processId, ControlType controlType ): AutomationSearchCondition;
AutomationSearchCondition Class | White.Core.AutomationElementSearch Namespace