Share via


DropDownButtonAutomationPeer(DropDownButton) コンストラクター

定義

Microsoft.UI.Xaml.Controls.DropDownButtonAutomationPeer クラスの新しいインスタンスを初期化します。

このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

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

パラメーター

owner
DropDownButton

ピアを作成する DropDownButton コントロール インスタンス。

適用対象