[Visual Basic] Overridable OverloadsPublic 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;
DictionaryMappedItemFactory Class | White.Core.Factory Namespace | DictionaryMappedItemFactory.Create Overload List