IInitializeWithCoreWindow Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the initialization behavior for apps that use 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
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
Initialize(CoreWindow) |
Specifies the method that provides the initial CoreWindow instance for an app. |