Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 836 Bytes

compositiondebugsettings_trygetsettings_2123677484.md

File metadata and controls

33 lines (19 loc) · 836 Bytes
-api-id -api-type
M:Windows.UI.Composition.Diagnostics.CompositionDebugSettings.TryGetSettings(Windows.UI.Composition.Compositor)
winrt method

Windows.UI.Composition.Diagnostics.CompositionDebugSettings.TryGetSettings

-description

Attempts to get an instance of CompositionDebugSettings for the specified compositor.

-parameters

-param compositor

The compositor to get debug settings for.

-returns

An instance of composition debug settings, or null (see Remarks).

-remarks

If developer mode is not enabled, a call to TryGetSettings returns null.

-see-also

-examples