ListViewItemDataAutomationPeer(Object, ListViewBaseAutomationPeer) 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 ListViewItemDataAutomationPeer class.
ListViewItemDataAutomationPeer(IInspectable const& item, ListViewBaseAutomationPeer const& parent);
public ListViewItemDataAutomationPeer(object item, ListViewBaseAutomationPeer parent);
function ListViewItemDataAutomationPeer(item, parent)
Public Sub New (item As Object, parent As ListViewBaseAutomationPeer)
Parameters
- item
-
Object
IInspectable
The specific data item.
- parent
- ListViewBaseAutomationPeer
The automation peer for the ListViewBase derived type that contains the item.