AppBarAutomationPeer.InteractionState 属性

定义

获取应用栏的交互状态,例如正在运行、关闭等。

public:
 property WindowInteractionState InteractionState { WindowInteractionState get(); };
WindowInteractionState InteractionState();
public WindowInteractionState InteractionState { get; }
var windowInteractionState = appBarAutomationPeer.interactionState;
Public ReadOnly Property InteractionState As WindowInteractionState

属性值

应用栏的交互状态。

实现

适用于