An NDoc Documented Class Library

UIItemCollection Constructor (AutomationElement[], ActionListener)

[Visual Basic]
Public Sub New( _ 
   ByVal automationElements As AutomationElement(), _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public UIItemCollection(
   AutomationElement[] automationElements,
   ActionListener actionListener
);
[C++]
public: UIItemCollection(
   AutomationElement* automationElements __gc[],
   ActionListener* actionListener
);
[JScript]
public function UIItemCollection(
   AutomationElement[] automationElements,
   ActionListener actionListener
);

See Also

UIItemCollection Class | White.Core.UIItems Namespace | UIItemCollection Constructor Overload List