共用方式為


SysSpatialStageManager.UpdateStageAnchorAsync 方法

定義

更新具有新錨點的現有階段。

重要

此 API 僅適用于 Windows 作業系統的元件。 對這些 API 的呼叫會在執行時間失敗,其他所有進程都會失敗。 未來 Windows 版本中可能會修改或移除這些 API。

public:
 virtual IAsyncAction ^ UpdateStageAnchorAsync(SpatialStageFrameOfReference ^ stage, SpatialAnchor ^ stageAnchor) = UpdateStageAnchorAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction UpdateStageAnchorAsync(SpatialStageFrameOfReference const& stage, SpatialAnchor const& stageAnchor);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction UpdateStageAnchorAsync(SpatialStageFrameOfReference stage, SpatialAnchor stageAnchor);
function updateStageAnchorAsync(stage, stageAnchor)
Public Function UpdateStageAnchorAsync (stage As SpatialStageFrameOfReference, stageAnchor As SpatialAnchor) As IAsyncAction

參數

stageAnchor
SpatialAnchor

新的錨點。

傳回

完成更新時所觸發的作業。

屬性

適用於