SpatialAnchor.RemovedByUser 屬性

定義

取得值,指出使用者是否已移除保存的錨點。

public:
 property bool RemovedByUser { bool get(); };
bool RemovedByUser();
public bool RemovedByUser { get; }
var boolean = spatialAnchor.removedByUser;
Public ReadOnly Property RemovedByUser As Boolean

屬性值

Boolean

bool

如果移除錨點,則為 True;否則為 false

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

備註

應用程式應該捨棄任何其他與這個錨點對應的儲存狀態。

適用於