[Visual Basic] Overridable Public Function Create( _ ByVal automationElement As AutomationElement, _ ByVal actionListener As ActionListener _ ) _ Implements UIItemFactory.Create As IUIItem [C#] public virtual IUIItem Create( AutomationElement automationElement, ActionListener actionListener ); [C++] public: virtual IUIItem* Create( AutomationElement* automationElement, ActionListener* actionListener ); [JScript] public virtual function Create( AutomationElement automationElement, ActionListener actionListener ): IUIItem;