Share via


ListBoxItemWrapperAutomationPeer(ListBoxItem) コンストラクター

定義

ListBoxItemWrapperAutomationPeer クラスの新しいインスタンスを初期化します。

public:
 ListBoxItemWrapperAutomationPeer(System::Windows::Controls::ListBoxItem ^ owner);
public ListBoxItemWrapperAutomationPeer (System.Windows.Controls.ListBoxItem owner);
new System.Windows.Automation.Peers.ListBoxItemWrapperAutomationPeer : System.Windows.Controls.ListBoxItem -> System.Windows.Automation.Peers.ListBoxItemWrapperAutomationPeer
Public Sub New (owner As ListBoxItem)

パラメーター

owner
ListBoxItem

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

適用対象