Application.DebugSettings property

This topic has not yet been rated - Rate this topic

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

Syntax


public DebugSettings DebugSettings { get; }

Property value

Type: DebugSettings

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

Application

 

 

Build date: 1/31/2013

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