다음을 통해 공유


ListBoxItemDataAutomationPeer(Object, ListBoxAutomationPeer) 생성자

정의

ListBoxItemDataAutomationPeer 클래스의 새 instance 초기화합니다.

 ListBoxItemDataAutomationPeer(IInspectable const& item, ListBoxAutomationPeer const& parent);
public ListBoxItemDataAutomationPeer(object item, ListBoxAutomationPeer parent);
function ListBoxItemDataAutomationPeer(item, parent)
Public Sub New (item As Object, parent As ListBoxAutomationPeer)

매개 변수

item
Object

IInspectable

특정 데이터 항목입니다.

parent
ListBoxAutomationPeer

항목을 포함하는 ListBox 의 자동화 피어입니다.

적용 대상