ListBoxItemDataAutomationPeer(Object, ListBoxAutomationPeer) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance der ListBoxItemDataAutomationPeer-Klasse.
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)
Parameter
- item
-
Object
IInspectable
Das spezifische Datenelement.
- parent
- ListBoxAutomationPeer
Der Automatisierungspeer für das ListBox-Element , das das Element enthält.