Windows.ApplicationModel namespace

21 out of 31 rated this helpful - Rate this topic

Provides an app with access to core system functionality and run-time information about its app package.

Members

The Windows.ApplicationModel namespace has these types of members:

Classes

The Windows.ApplicationModel namespace has these classes.

ClassDescription
DesignMode Enables you to detect whether your app is in design mode in a visual designer.
Package Provides information about a package.
PackageId Provides package identification info, such as name, version, and publisher.
SuspendingDeferral Manages a delayed app suspending operation.
SuspendingEventArgs Provides data for an app suspending event.
SuspendingOperation Provides info about an app suspending operation.

 

Interfaces

The Windows.ApplicationModel namespace defines these interfaces.

InterfaceDescription
ISuspendingDeferral Manages a delayed app suspending operation.
ISuspendingEventArgs Provides data for an app suspending event.
ISuspendingOperation Provides information about an app suspending operation.

 

Structures

The Windows.ApplicationModel namespace has these structures.

StructureDescription
PackageVersion Represents the package version info.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel
Windows::ApplicationModel [C++]

Metadata

Windows.winmd

See also

Samples
App activated, resume, and suspend using the WRL sample

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.