ItemAutomationPeer(Object, ItemsControlAutomationPeer) 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.
Provides initialization for base class values when called by the constructor of a derived class.
protected:
ItemAutomationPeer(System::Object ^ item, System::Windows::Automation::Peers::ItemsControlAutomationPeer ^ itemsControlAutomationPeer);
protected ItemAutomationPeer (object item, System.Windows.Automation.Peers.ItemsControlAutomationPeer itemsControlAutomationPeer);
new System.Windows.Automation.Peers.ItemAutomationPeer : obj * System.Windows.Automation.Peers.ItemsControlAutomationPeer -> System.Windows.Automation.Peers.ItemAutomationPeer
Protected Sub New (item As Object, itemsControlAutomationPeer As ItemsControlAutomationPeer)
Parameters
- item
- Object
The data item in the Items collection that is associated with this ItemAutomationPeer.
- itemsControlAutomationPeer
- ItemsControlAutomationPeer
The ItemsControlAutomationPeer that is associated with the ItemsControl that holds the Items collection.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.