Skip to content

Commit f04058f

Browse files
David ShoemakerDavid Shoemaker
authored andcommitted
final pr comments update
1 parent f1ae664 commit f04058f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

specs/UserDataFolder.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ HRESULT UserDataFolder()
6969
# API Details
7070
```c# (but really MIDL3)
7171
/// This interface is an extension of the ICoreWebView2Environment. An object
72-
/// implementing the ICoreWebView2Environment5 interface will also
72+
/// implementing the ICoreWebView2Environment6 interface will also
7373
/// implement ICoreWebView2Environment.
7474
[
7575
uuid(083CB0D7-E464-4108-807E-80AE4EAA3B28), object,
@@ -88,9 +88,15 @@ HRESULT UserDataFolder()
8888
```
8989

9090
```c# (but really MIDL3)
91+
namespace Microsoft.Web.WebView2.Core
92+
{
93+
runtimeclass CoreWebView2Environment
94+
{
9195
[interface_name("Microsoft.Web.WebView2.Core.ICoreWebView2Environment6")]
9296
{
9397
// ICoreWebView2ExperimentalEnvironment5 members
9498
String UserDataFolder { get; };
9599
}
100+
}
101+
}
96102
```

0 commit comments

Comments
 (0)