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입니다.

적용 대상