次の方法で共有


AppBarAutomationPeer(AppBar) コンストラクター

定義

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

 AppBarAutomationPeer(AppBar const& owner);
public AppBarAutomationPeer(AppBar owner);
function AppBarAutomationPeer(owner)
Public Sub New (owner As AppBar)

パラメーター

owner
AppBar

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

適用対象