SpatialInteractionDetectedEventArgs.Interaction 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取检测到的交互,以便路由到 SpatialGestureRecognizer。
public:
property SpatialInteraction ^ Interaction { SpatialInteraction ^ get(); };
SpatialInteraction Interaction();
public SpatialInteraction Interaction { get; }
var spatialInteraction = spatialInteractionDetectedEventArgs.interaction;
Public ReadOnly Property Interaction As SpatialInteraction
属性值
交互。
注解
将此 SpatialInteraction 对象传递给 SpatialGestureRecognizer.CaptureInteraction 方法,以将此交互路由到该手势识别器。