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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.