GraphicsCaptureItem.TryCreateFromDisplayId(DisplayId) 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.
Tente de créer un GraphicsCaptureItem qui représente l’affichage avec l’DisplayId spécifié.
public:
static GraphicsCaptureItem ^ TryCreateFromDisplayId(DisplayId displayId);
static GraphicsCaptureItem TryCreateFromDisplayId(DisplayId const& displayId);
public static GraphicsCaptureItem TryCreateFromDisplayId(DisplayId displayId);
function tryCreateFromDisplayId(displayId)
Public Shared Function TryCreateFromDisplayId (displayId As DisplayId) As GraphicsCaptureItem
Paramètres
- displayId
- DisplayId
DisplayId avec lequel construire graphicsCaptureItem.
Retours
En cas de réussite, retourne un GraphicsCaptureItem qui représente l’affichage donné.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 2104 (introduit dans 10.0.20348.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v12.0)
|
Remarques
Avant de tenter de créer un GraphicsCaptureItem avec cette méthode, vous devez appeler GraphicsCaptureAccess.RequestAccessAsync, en transmettant la valeur GraphicsCaptureAccessKind.Programmatic. Pour appeler RequestAccessAsync avec GraphicsCaptureAccessKind.Programmatic, vous devez déclarer la fonctionnalité graphicsCaptureProgrammatic dans le manifeste de package de votre application. Pour plus d’informations, voir Déclarations des fonctionnalités d’application.