Compartir a través de


SysSpatialStageManager.UpdateStageAnchorAsync Método

Definición

Novedades una fase existente con un nuevo delimitador.

Importante

Esta API solo está disponible para los componentes del sistema operativo Windows. Las llamadas a estas API producirán un error en tiempo de ejecución para todos los demás procesos. Estas API se pueden modificar o quitar en futuras versiones de 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

stageAnchor
SpatialAnchor

Nuevo delimitador.

Devoluciones

Operación que se desencadena cuando se completa la actualización.

Atributos

Se aplica a