SpatialInteractionDetectedEventArgs.InteractionSource 属性

定义

获取与检测到的交互关联的特定源。

public:
 property SpatialInteractionSource ^ InteractionSource { SpatialInteractionSource ^ get(); };
SpatialInteractionSource InteractionSource();
public SpatialInteractionSource InteractionSource { get; }
var spatialInteractionSource = spatialInteractionDetectedEventArgs.interactionSource;
Public ReadOnly Property InteractionSource As SpatialInteractionSource

属性值

交互源。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于