ManipulationStateChangedEventArgs.CurrentState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 OnManipulationStateChanged 事件后的当前状态。
public:
property int CurrentState { int get(); };
int CurrentState();
public int CurrentState { get; }
var int32 = manipulationStateChangedEventArgs.currentState;
Public ReadOnly Property CurrentState As Integer
属性值
Int32
int
一个指示当前状态的值。 有关可能值的列表,请参阅 MSDN 上的 Microsoft Edge 文档对象模型 (DOM) 文档中的 currentState 一文。