Partager via


ProjectionManager.StopProjectingAsync(Int32, Int32) Méthode

Définition

Masque de manière asynchrone une fenêtre (vue d’application) affichée par un projecteur ou un autre affichage secondaire.

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

Paramètres

projectionViewId
Int32

int

ID de la fenêtre actuellement affichée par le projecteur ou un autre écran secondaire.

anchorViewId
Int32

int

ID de la fenêtre d’origine avant la projection.

Retours

Résultats asynchrones de l’opération. Utilisez cette option pour déterminer quand l’appel asynchrone est terminé.

Attributs

S’applique à