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