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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.