Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 783 Bytes

application_current.md

File metadata and controls

25 lines (16 loc) · 783 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Application.Current
winrt property

Windows.UI.Xaml.Application.Current

-description

Gets the Application object for the current application.

-property-value

The Application object for the current application.

-remarks

Application is a singleton that implements the static Current property to provide shared access to the Application instance for the current application. The singleton pattern ensures that state managed by Application, including shared resources and properties, is available from a single, shared location.

-examples

-see-also