ProjectionManager.RequestStartProjectingAsync 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.
Surcharges
RequestStartProjectingAsync(Int32, Int32, Rect) |
Effectue une demande d’envoi asynchrone d’une fenêtre (vue d’application) au projecteur ou à un autre écran secondaire. |
RequestStartProjectingAsync(Int32, Int32, Rect, Placement) |
Effectue une demande d’envoi asynchrone d’une fenêtre (vue d’application) au projecteur ou à un autre affichage secondaire avec l’emplacement préféré spécifié. |
RequestStartProjectingAsync(Int32, Int32, Rect)
Effectue une demande d’envoi asynchrone d’une fenêtre (vue d’application) au projecteur ou à un autre écran secondaire.
public:
static IAsyncOperation<bool> ^ RequestStartProjectingAsync(int projectionViewId, int anchorViewId, Rect selection);
/// [Windows.Foundation.Metadata.Overload("RequestStartProjectingAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<bool> RequestStartProjectingAsync(int const& projectionViewId, int const& anchorViewId, Rect const& selection);
[Windows.Foundation.Metadata.Overload("RequestStartProjectingAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> RequestStartProjectingAsync(int projectionViewId, int anchorViewId, Rect selection);
function requestStartProjectingAsync(projectionViewId, anchorViewId, selection)
Public Shared Function RequestStartProjectingAsync (projectionViewId As Integer, anchorViewId As Integer, selection As Rect) As IAsyncOperation(Of Boolean)
Paramètres
- projectionViewId
-
Int32
int
Nouvel ID de la fenêtre à afficher par le projecteur ou tout autre écran secondaire.
- anchorViewId
-
Int32
int
ID de la fenêtre d’origine avant la projection.
- selection
- Rect
Zone d’un côté de laquelle le menu volant est affiché.
Retours
true si la projection a commencé ; sinon, false.
- Attributs
Voir aussi
S’applique à
RequestStartProjectingAsync(Int32, Int32, Rect, Placement)
Effectue une demande d’envoi asynchrone d’une fenêtre (vue d’application) au projecteur ou à un autre affichage secondaire avec l’emplacement préféré spécifié.
public:
static IAsyncOperation<bool> ^ RequestStartProjectingAsync(int projectionViewId, int anchorViewId, Rect selection, Placement prefferedPlacement);
/// [Windows.Foundation.Metadata.Overload("RequestStartProjectingWithPlacementAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<bool> RequestStartProjectingAsync(int const& projectionViewId, int const& anchorViewId, Rect const& selection, Placement const& prefferedPlacement);
[Windows.Foundation.Metadata.Overload("RequestStartProjectingWithPlacementAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> RequestStartProjectingAsync(int projectionViewId, int anchorViewId, Rect selection, Placement prefferedPlacement);
function requestStartProjectingAsync(projectionViewId, anchorViewId, selection, prefferedPlacement)
Public Shared Function RequestStartProjectingAsync (projectionViewId As Integer, anchorViewId As Integer, selection As Rect, prefferedPlacement As Placement) As IAsyncOperation(Of Boolean)
Paramètres
- projectionViewId
-
Int32
int
Nouvel ID de la fenêtre à afficher par le projecteur ou tout autre écran secondaire.
- anchorViewId
-
Int32
int
ID de la fenêtre d’origine avant la projection.
- selection
- Rect
Zone d’un côté de laquelle le menu volant est affiché.
- prefferedPlacement
- Placement
Côté du rectangle où le menu volant doit apparaître.
Retours
true si la projection a commencé ; sinon, false.
- Attributs