SpatialInteractionSourceEventArgs.State 属性

定义

获取与事件关联的交互源状态。

public:
 property SpatialInteractionSourceState ^ State { SpatialInteractionSourceState ^ get(); };
SpatialInteractionSourceState State();
public SpatialInteractionSourceState State { get; }
var spatialInteractionSourceState = spatialInteractionSourceEventArgs.state;
Public ReadOnly Property State As SpatialInteractionSourceState

属性值

交互源状态。

适用于