[Visual Basic] Public Sub New( _ ByVal automationElements As IEnumerable, _ ByVal uiItemFactory As UIItemFactory, _ ByVal actionListener As ActionListener _ ) [C#] public UIItemCollection( IEnumerable automationElements, UIItemFactory uiItemFactory, ActionListener actionListener ); [C++] public: UIItemCollection( IEnumerable* automationElements, UIItemFactory* uiItemFactory, ActionListener* actionListener ); [JScript] public function UIItemCollection( IEnumerable automationElements, UIItemFactory uiItemFactory, ActionListener actionListener );
UIItemCollection Class | White.Core.UIItems Namespace | UIItemCollection Constructor Overload List