Skip to content

Commit 5926ab7

Browse files
author
Jason Stephen
authored
Update Appearance.md
Added WinRT definition
1 parent 65f1590 commit 5926ab7

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

specs/Appearance.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ interface ICoreWebView2Controller4 : ICoreWebView2Controller3 {
6565
}
6666
```
6767
```
68-
6968
/// An enum to represent the options for WebView2 appearance: system, light, or dark.
7069
7170
[v1_enum]
@@ -82,4 +81,15 @@ typedef enum COREWEBVIEW2_APPEARANCE_KIND {
8281
8382
} COREWEBVIEW2_APPEARANCE_KIND;
8483
85-
```
84+
```
85+
86+
### WinRT
87+
```
88+
[interface_name("Microsoft.Web.WebView2.Core.ICoreWebView2StagingController2")]
89+
{
90+
// ICoreWebView2StagingController2 members
91+
[doc_string("")]
92+
CoreWebView2AppearanceKind Appearance { get; set; };
93+
94+
}
95+
```

0 commit comments

Comments
 (0)