次の方法で共有


AppBarAutomationPeer.ToggleState プロパティ

定義

所有者 AppBar のトグル状態を取得します。

public:
 property ToggleState ToggleState { ToggleState get(); };
ToggleState ToggleState();
public ToggleState ToggleState { get; }
var toggleState = appBarAutomationPeer.toggleState;
Public ReadOnly Property ToggleState As ToggleState

プロパティ値

所有者コントロールの ToggleState

実装

注釈

オートメーション要素は、トグル状態を オンオフ 、サポートされている場合 は不確定の順に切り替える必要があります。

適用対象