MicrosoftDocs / winrt-api

WinRT reference content for developing Microsoft Universal Windows Platform (UWP) apps
Creative Commons Attribution 4.0 International
231 stars 499 forks source link

DispatcherQueueTimer IsRepeating does not list default value #2386

Closed michael-hawker closed 1 year ago

michael-hawker commented 1 year ago

The default value should be called out here in the docs, it is not.

It's also not called out on the WASDK/WinUI 3 version of this API either: https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.dispatching.dispatcherqueuetimer.isrepeating


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

alvinashcraft commented 1 year ago

When I test the property in an app, it defaults to true for UWP and WASDK projects. I'll update the docs for this page. @jwmsft owns the WASDK page. I'll see if he wants to make that update. Otherwise, I'll create a PR there too. Thanks for the heads-up, @michael-hawker.

alvinashcraft commented 1 year ago

The default value has been documented in the UWP/WinRT topic, and the changes should be merged to the live site soon. The same change is also going to be made to the WASDK topic.

Thanks again for submitting this issue!