File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments