An NDoc Documented Class Library

UIItemList`1 Constructor

Initializes a new instance of the UIItemList`1 class.

Overload List

Initializes a new instance of the UIItemList`1 class.

[Visual Basic] Public Sub New()
[C#] public UIItemList`1();
[C++] public: UIItemList`1();
[JScript] public function UIItemList`1();

 

[Visual Basic] Public Sub New(ByVal AutomationElement},ByVal UIItemFactory,ByVal ActionListener)
[C#] public UIItemList`1(AutomationElement},UIItemFactory,ActionListener);
[C++] public: UIItemList`1(AutomationElement}*,UIItemFactory*,ActionListener*);
[JScript] public function UIItemList`1(AutomationElement},UIItemFactory,ActionListener);

 

[Visual Basic] Public Sub New(ByVal AutomationElement},ByVal ActionListener)
[C#] public UIItemList`1(AutomationElement},ActionListener);
[C++] public: UIItemList`1(AutomationElement}*,ActionListener*);
[JScript] public function UIItemList`1(AutomationElement},ActionListener);

 

[Visual Basic] Public Sub New(ByVal ICollection)
[C#] public UIItemList`1(ICollection);
[C++] public: UIItemList`1(ICollection*);
[JScript] public function UIItemList`1(ICollection);

See Also

UIItemList`1 Class | White.Core Namespace