WindowingEnvironment Classe
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.
Fournit des informations sur les environnements système disponibles pour afficher l’application.
public ref class WindowingEnvironment sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WindowingEnvironment final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WindowingEnvironment
Public NotInheritable Class WindowingEnvironment
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1903 (introduit dans 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v8.0)
|
Remarques
Pour un AppWindow, vous pouvez obtenir le WindowingEnvironment à partir de la propriété AppWindow.WindowingEnvironment .
Propriétés
IsEnabled |
Obtient une valeur qui indique si l’environnement de fenêtrage actuel est disponible pour l’application. |
Kind |
Obtient une valeur qui décrit l’environnement de fenêtrage actuel. |
Méthodes
FindAll() |
Récupère une collection de tous les environnements de fenêtrage existants dans le système. |
FindAll(WindowingEnvironmentKind) |
Récupère une collection de tous les environnements de fenêtrage existants dans le système du type spécifié. |
GetDisplayRegions() |
Récupère la collection de régions d’affichage pour cet environnement de fenêtrage. |
Événements
Changed |
Se produit lorsqu’une propriété de l’environnement de fenêtrage a changé. |