Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 611 Bytes

application_debugsettings.md

File metadata and controls

26 lines (16 loc) · 611 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Application.DebugSettings
winrt property

Microsoft.UI.Xaml.Application.DebugSettings

-description

Gets an object that declares how the app behaves when run in a debug environment.

-property-value

An object that declares how the app behaves when run in a debug environment.

-remarks

To modify the app debug settings, get the DebugSettings object from this property and then change its properties as necessary.

-examples

-see-also