Share via


SpatialLocatorPositionalTrackingDeactivatingEventArgs.Canceled プロパティ

定義

非アクティブのため位置追跡の非アクティブ化を取り消すかどうかを示す値を取得または設定します。

public:
 property bool Canceled { bool get(); void set(bool value); };
bool Canceled();

void Canceled(bool value);
public bool Canceled { get; set; }
var boolean = spatialLocatorPositionalTrackingDeactivatingEventArgs.canceled;
spatialLocatorPositionalTrackingDeactivatingEventArgs.canceled = boolean;
Public Property Canceled As Boolean

プロパティ値

Boolean

bool

非アクティブのため位置追跡の非アクティブ化を取り消すかどうかを示すブール値。

適用対象