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

この ListBoxItemAutomationPeer に関連付けられた ListBoxItem

selectorAutomationPeer
SelectorAutomationPeer

この SelectorAutomationPeer の親である ListBoxItemAutomationPeer

適用対象