DropDownButtonAutomationPeer(DropDownButton) Konstruktor

Definition

Initialisiert eine neue instance der DropDownButtonAutomationPeer-Klasse.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.DropDownButtonAutomationPeer.#ctor(Microsoft.UI.Xaml.Controls.DropDownButton) (Informationen zu WinUI in der Windows App SDK finden Sie im Windows App SDK Namespaces).

 DropDownButtonAutomationPeer(DropDownButton const& owner);
public DropDownButtonAutomationPeer(DropDownButton owner);
function DropDownButtonAutomationPeer(owner)
Public Sub New (owner As DropDownButton)

Parameter

owner
DropDownButton

Das DropDownButton-Steuerelement instance, für das der Peer erstellt werden soll.

Gilt für: