An NDoc Documented Class Library

DictionaryMappedItemFactory.Create Method

Overload List

 

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

 

[Visual Basic] Overridable  OverloadsPublic Function Create(ByVal AutomationElement,ByVal ActionListener,ByVal Type) As IUIItem
[C#] public virtual IUIItem Create(AutomationElement,ActionListener,Type);
[C++] public: virtual IUIItem* Create(AutomationElement*,ActionListener*,Type*);
[JScript] public virtual function Create(AutomationElement,ActionListener,Type): IUIItem;

See Also

DictionaryMappedItemFactory Class | White.Core.Factory Namespace