FrameworkView 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.
Représente la fenêtre d’interface utilisateur d’une application.
public ref class FrameworkView sealed : IFrameworkView
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FrameworkView final : IFrameworkView
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class FrameworkView : IFrameworkView
Public NotInheritable Class FrameworkView
Implements IFrameworkView
- Héritage
- Attributs
- Implémente
Remarques
Cette classe fournit la prise en charge de l’infrastructure afin que la classe Application ait des considérations correctes en matière de thread et de durée de vie des objets pour le modèle IFrameworkView utilisé par le modèle d’application principal. La plupart des applications SDK d'application Windows qui utilisent des scénarios de développement C++ ou C# ne font rien directement avec cette classe.
Constructeurs
FrameworkView() |
Initialise une nouvelle instance de la classe FrameworkView. |
Méthodes
Initialize(CoreApplicationView) |
Initialise la vue. |
Load(String) |
Charge la vue. |
Run() |
Transmet l’exécution au fournisseur d’affichage. |
SetWindow(CoreWindow) |
Associe une fenêtre à une vue. |
Uninitialize() |
Retourne l’affichage à l’état non initialisé. |