ListBoxItemDataAutomationPeer(Object, ListBoxAutomationPeer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.