Partager via


GraphicsCaptureItem.TryCreateFromWindowId(WindowId) Méthode

Définition

Tente de créer un GraphicsCaptureItem qui représente la fenêtre avec le WindowId spécifié.

public:
 static GraphicsCaptureItem ^ TryCreateFromWindowId(WindowId windowId);
 static GraphicsCaptureItem TryCreateFromWindowId(WindowId const& windowId);
public static GraphicsCaptureItem TryCreateFromWindowId(WindowId windowId);
function tryCreateFromWindowId(windowId)
Public Shared Function TryCreateFromWindowId (windowId As WindowId) As GraphicsCaptureItem

Paramètres

windowId
WindowId

WindowId avec lequel construire l’élément GraphicsCaptureItem.

Retours

En cas de réussite, retourne un GraphicsCaptureItem qui représente la fenêtre donnée.

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.

S’applique à