SpatialStageFrameOfReference.RequestNewStageAsync Method

Definition

Shows system UI to guide the user in defining a new stage to replace the current stage.

public:
 static IAsyncOperation<SpatialStageFrameOfReference ^> ^ RequestNewStageAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SpatialStageFrameOfReference> RequestNewStageAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SpatialStageFrameOfReference> RequestNewStageAsync();
function requestNewStageAsync()
Public Shared Function RequestNewStageAsync () As IAsyncOperation(Of SpatialStageFrameOfReference)

Returns

An app may call RequestNewStageAsync if there is no stage defined or if the current stage is insufficient to meet the app's needs, such as not defining movement bounds.

Attributes

Remarks

This API must be called from within an ASTA thread (also known as a UI thread).

Applies to