[Visual Basic] Overridable OverloadsPublic Function Get( _ ByVal searchCriteria As SearchCriteria, _ ByVal actionListener As ActionListener, _ ByVal factory As UIItemFactory _ ) As IUIItem [C#] public virtual IUIItem Get( SearchCriteria searchCriteria, ActionListener actionListener, UIItemFactory factory ); [C++] public: virtual IUIItem* Get( SearchCriteria* searchCriteria, ActionListener* actionListener, UIItemFactory* factory ); [JScript] public virtual function Get( SearchCriteria searchCriteria, ActionListener actionListener, UIItemFactory factory ): IUIItem;
CachedUIItems Class | White.Core.Finder Namespace | CachedUIItems.Get Overload List