Skip to content

Commit 18caf04

Browse files
committed
Over 150 menuitems
1 parent d28bff3 commit 18caf04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

microsoft-edge/webview2/samples/webview2apissample.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.prod: microsoft-edge
88
ms.technology: webview
9-
ms.date: 06/01/2023
9+
ms.date: 08/11/2023
1010
---
1111
# Win32 sample app
1212

@@ -52,7 +52,7 @@ Next, make sure a preview channel of Microsoft Edge in installed, on a supported
5252
<!-- ====================================================================== -->
5353
## Step 2 - Install Visual Studio
5454

55-
Microsoft Visual Studio is required. Microsoft Visual Studio Code is not supported for this sample. This repo sample is a Visual Studio 2019 project. The sample can also be opened using Visual Studio 2022.
55+
Microsoft Visual Studio is required (minimum version: Visual Studio 2019). Microsoft Visual Studio Code is not supported for this sample. This repo sample is a Visual Studio 2019 project. The sample can also be opened using Visual Studio 2022.
5656

5757
1. If Visual Studio is not already installed with C++ support, in a separate window or tab, see [Install Visual Studio](../how-to/machine-setup.md#install-visual-studio) in _Set up your Dev environment for WebView2_. Follow the steps in that section to install Visual Studio with C++ support, and then return to this page and continue the steps below.
5858

@@ -248,7 +248,7 @@ The **WebView2APISample** app is an example of a hybrid application, with a Win3
248248

249249
This hybrid approach allows you to create and iterate faster using web technologies, while still being able to take advantage of native functionality. The **WebView2APISample** app demonstrates how the Win32 component and the WebView component can interact with each other.
250250

251-
This wide-ranging sample app has grown to include 170 menuitems, demonstrating many WebView2 APIs in the Win32/C++ framework. The present section focuses on basics of hybrid app implementation.
251+
This wide-ranging sample app has grown to include over 150 menuitems, demonstrating many WebView2 APIs in the Win32/C++ framework. The following sections focus on basics of hybrid app implementation.
252252

253253

254254
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)