Skip to content

Commit 71dd833

Browse files
authored
Merge pull request #5836 from MicrosoftDocs/drewbat/widgets-2025-09-22
Update date and widget content customization details
2 parents d649539 + 5d6271a commit 71dd833

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hub/apps/develop/widgets/implement-widget-provider-win32.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Implement a widget provider in a win32 app (C++/WinRT)
33
description: This article walks you through the process of creating widget provider, implemented in C++/WinRT that provides widget content and responds to widget actions.
44
ms.topic: how-to
5-
ms.date: 07/06/2022
5+
ms.date: 09/22/2025
66
ms.localizationpriority: medium
77
---
88

@@ -163,7 +163,7 @@ This example will declare some static strings to define the JSON templates for e
163163
In the latest release, apps that implement Windows widgets can customize the header that is displayed for their widget in the Widgets Board, overriding the default presentation. For more information, see [Customize the widget header area](widget-header-customization.md).
164164
165165
> [!NOTE]
166-
> Starting with Windows Build [TBD - Build number], apps that implement Windows widgets can choose to populate the widget content with HTML served from a specified URL instead of supplying content in the Adaptive Card schema format in the JSON payload passed from the provider to the Widgets Board. Widget providers must still provide an Adaptive Card JSON payload, so the implementation steps in this walkthrough are applicable to web widgets. For more information, see [Web widget providers](web-widget-providers.md).
166+
> In the latest release, apps that implement Windows widgets can choose to populate the widget content with HTML served from a specified URL instead of supplying content in the Adaptive Card schema format in the JSON payload passed from the provider to the Widgets Board. Widget providers must still provide an Adaptive Card JSON payload, so the implementation steps in this walkthrough are applicable to web widgets. For more information, see [Web widget providers](web-widget-providers.md).
167167
168168
```cpp
169169
// WidgetProvider.h

0 commit comments

Comments
 (0)