ProjectionManager.StopProjectingAsync(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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