An NDoc Documented Class Library

DictionaryMappedItemFactory.Create Method (AutomationElement, ActionListener, Type)

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

See Also

DictionaryMappedItemFactory Class | White.Core.Factory Namespace | DictionaryMappedItemFactory.Create Overload List