ProjectionManager.StopProjectingAsync(Int32, Int32) Method

Definition

Asynchronously hides a window (app view) displayed by a projector or other secondary display.

public:
 static IAsyncAction ^ StopProjectingAsync(int projectionViewId, int anchorViewId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction StopProjectingAsync(int const& projectionViewId, int const& anchorViewId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction StopProjectingAsync(int projectionViewId, int anchorViewId);
function stopProjectingAsync(projectionViewId, anchorViewId)
Public Shared Function StopProjectingAsync (projectionViewId As Integer, anchorViewId As Integer) As IAsyncAction

Parameters

projectionViewId
Int32

int

The ID of the window currently displayed by the projector or other secondary display.

anchorViewId
Int32

int

The ID of the original window before projection.

Returns

The asynchronous results of the operation. Use this to determine when the async call is complete.

Attributes

Applies to