[Visual Basic] Overridable OverloadsPublic Function GetAll(ByVal AutomationElement},ByVal UIItemFactory,ByVal ActionListener) As UIItemCollection
[C#] public virtual UIItemCollection GetAll(AutomationElement},UIItemFactory,ActionListener);
[C++] public: virtual UIItemCollection* GetAll(AutomationElement}*,UIItemFactory*,ActionListener*);
[JScript] public virtual function GetAll(AutomationElement},UIItemFactory,ActionListener): UIItemCollection;
[Visual Basic] Overridable OverloadsPublic Function GetAll(ByVal SearchCriteria,ByVal ActionListener) As UIItemCollection
[C#] public virtual UIItemCollection GetAll(SearchCriteria,ActionListener);
[C++] public: virtual UIItemCollection* GetAll(SearchCriteria*,ActionListener*);
[JScript] public virtual function GetAll(SearchCriteria,ActionListener): UIItemCollection;