SpatialInteractionDetectedEventArgs.Interaction 属性

定义

获取检测到的交互,以便路由到 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 方法,以将此交互路由到该手势识别器。

适用于