IInitializeWithCoreWindow Interface

Definition

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.

Applies to