An NDoc Documented Class Library

UIItemCollection Constructor (IEnumerable, ActionListener, Type)

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

See Also

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