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 메서드에 전달하여 이 상호 작용을 해당 제스처 인식기로 라우팅합니다.

적용 대상