AppWindowPresenter 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.
Affiche une fenêtre d’application à l’aide d’une configuration prédéfinie appropriée pour l’appareil sur lequel elle est affichée.
public ref class AppWindowPresenter sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppWindowPresenter final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppWindowPresenter
Public NotInheritable Class AppWindowPresenter
- 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)
|
Méthodes
GetConfiguration() |
Obtient les informations de configuration du présentateur de la fenêtre d’application. |
IsPresentationSupported(AppWindowPresentationKind) |
Obtient une valeur qui indique si le type de présentation est pris en charge. |
RequestPresentation(AppWindowPresentationConfiguration) |
Effectue une demande d’affichage de la fenêtre à l’aide de la configuration de présentation spécifiée. |
RequestPresentation(AppWindowPresentationKind) |
Effectue une demande d’affichage de la fenêtre à l’aide du type de présentation spécifié. |