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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.