Compartilhar via


SysSpatialStageManager.UpdateStageAnchorAsync Método

Definição

Atualizações um estágio existente com uma nova âncora.

Importante

Essa API está disponível apenas para componentes do sistema operacional Windows. As chamadas para essas APIs falharão em runtime para todos os outros processos. Essas APIs podem ser modificadas ou removidas em versões futuras do Windows.

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

Parâmetros

stage
SpatialStageFrameOfReference

O estágio.

stageAnchor
SpatialAnchor

A nova âncora.

Retornos

Uma operação que dispara quando a atualização é concluída.

Atributos

Aplica-se a