AppBarAutomationPeer.ToggleState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property ToggleState ToggleState { ToggleState get(); };
ToggleState ToggleState();
public ToggleState ToggleState { get; }
var toggleState = appBarAutomationPeer.toggleState;
Public ReadOnly Property ToggleState As ToggleState
屬性值
擁有者控制項的 ToggleState 。
實作
備註
自動化專案必須依此順序迴圈流覽其切換狀態: 開啟、 關閉 ,如果支援, 則為不確定。