Share via


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

定義

DropDownButtonAutomationPeer クラスの新しいインスタンスを初期化します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.DropDownButtonAutomationPeer.#ctor(Microsoft.UI.Xaml.Controls.DropDownButton) (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

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

パラメーター

owner
DropDownButton

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

適用対象