GridViewItemAutomationPeer(GridViewItem) 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 GridViewItemAutomationPeer class.
GridViewItemAutomationPeer(GridViewItem const& owner);
public GridViewItemAutomationPeer(GridViewItem owner);
function GridViewItemAutomationPeer(owner)
Public Sub New (owner As GridViewItem)
Parameters
- owner
- GridViewItem
The owner element to create for.