ListBoxItemAutomationPeer(Object, SelectorAutomationPeer) Конструктор

Определение

Инициализирует новый экземпляр класса ListBoxItemAutomationPeer.

public:
 ListBoxItemAutomationPeer(System::Object ^ owner, System::Windows::Automation::Peers::SelectorAutomationPeer ^ selectorAutomationPeer);
public ListBoxItemAutomationPeer (object owner, System.Windows.Automation.Peers.SelectorAutomationPeer selectorAutomationPeer);
new System.Windows.Automation.Peers.ListBoxItemAutomationPeer : obj * System.Windows.Automation.Peers.SelectorAutomationPeer -> System.Windows.Automation.Peers.ListBoxItemAutomationPeer
Public Sub New (owner As Object, selectorAutomationPeer As SelectorAutomationPeer)

Параметры

owner
Object

Объект ListBoxItem, связанный с этим ListBoxItemAutomationPeer.

selectorAutomationPeer
SelectorAutomationPeer

Объект SelectorAutomationPeer, являющийся родительским для данного объекта ListBoxItemAutomationPeer.

Применяется к