IInitializeWithCoreWindow Interface
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.
Définit le comportement d’initialisation pour les applications qui utilisent CoreWindow.
public interface class IInitializeWithCoreWindow
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(412033238, 39027, 17994, 172, 229, 87, 224, 16, 244, 101, 230)]
struct IInitializeWithCoreWindow
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(412033238, 39027, 17994, 172, 229, 87, 224, 16, 244, 101, 230)]
public interface IInitializeWithCoreWindow
Public Interface IInitializeWithCoreWindow
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Méthodes
Initialize(CoreWindow) |
Spécifie la méthode qui fournit le instance CoreWindow initial pour une application. |