SpatialInteractionSourceEventArgs.State プロパティ

定義

イベントに関連付けられている相互作用ソースの状態を取得します。

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

プロパティ値

相互作用ソースの状態。

適用対象