[Visual Basic] Function Create( _ ByVal automationElement As AutomationElement, _ ByVal actionListener As ActionListener _ ) As IUIItem [C#] IUIItem Create( AutomationElement automationElement, ActionListener actionListener ); [C++] IUIItem* Create( AutomationElement* automationElement, ActionListener* actionListener ); [JScript] function Create( AutomationElement automationElement, ActionListener actionListener ): IUIItem;