ListBoxItemDataAutomationPeer(Object, ListBoxAutomationPeer) Constructor

Definition

Initializes a new instance of the ListBoxItemDataAutomationPeer class.

 ListBoxItemDataAutomationPeer(IInspectable const& item, ListBoxAutomationPeer const& parent);
public ListBoxItemDataAutomationPeer(object item, ListBoxAutomationPeer parent);
function ListBoxItemDataAutomationPeer(item, parent)
Public Sub New (item As Object, parent As ListBoxAutomationPeer)

Parameters

item
Object

IInspectable

The specific data item.

parent
ListBoxAutomationPeer

The automation peer for the ListBox that contains the item.

Applies to