CoreApplication.ResourceAvailability Property

Indicates whether a title is in constrained mode.

Syntax

public:
static property ResourceAvailability ResourceAvailability {
         ResourceAvailability get ();
}  

Property value

Type: ResourceAvailability 

Returns an enumeration indicating whether the title is in constrained mode.

Requirements

Namespace: Windows.ApplicationModel.Core

Metadata: windows.winmd

Remarks

The ResourceAvailability property is used with the ResourceAvailabilityChanged event to notify a title when the available resources to the title have changed. When this event is fired, titles should examine the ResourceAvailability property to determine whether the title is going into constrained mode, or coming out of constrained mode.

See also

Reference

CoreApplication Class

CoreApplication Members

Windows.ApplicationModel.Core Namespace