DataGridItemAutomationPeer(Object, DataGridAutomationPeer) 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 DataGridItemAutomationPeer class.
public:
DataGridItemAutomationPeer(System::Object ^ item, System::Windows::Automation::Peers::DataGridAutomationPeer ^ dataGridPeer);
public DataGridItemAutomationPeer (object item, System.Windows.Automation.Peers.DataGridAutomationPeer dataGridPeer);
new System.Windows.Automation.Peers.DataGridItemAutomationPeer : obj * System.Windows.Automation.Peers.DataGridAutomationPeer -> System.Windows.Automation.Peers.DataGridItemAutomationPeer
Public Sub New (item As Object, dataGridPeer As DataGridAutomationPeer)
Parameters
- item
- Object
The data item in the Items collection that is associated with this DataGridItemAutomationPeer.
- dataGridPeer
- DataGridAutomationPeer
The DataGridAutomationPeer that is associated with the DataGrid that holds the Items collection.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.