Skip to content

Commit

Permalink
HttpBaseProtocolFilter also supports IInitializeWithWindow (Microsoft…
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnewthing authored Aug 2, 2023
1 parent e78578c commit 988d1c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hub/apps/develop/ui-input/display-ui-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ These classes implement [**IInitializeWithWindow**](/windows/win32/api/shobjidl_
* [**Windows.UI.Popups.MessageDialog**](/uwp/api/windows.ui.popups.messagedialog). But for new apps we recommend using the [**ContentDialog**](/uwp/api/windows.ui.xaml.controls.contentdialog) control instead.
* [**Windows.UI.Popups.PopupMenu**](/uwp/api/windows.ui.popups.popupmenu)
* [**Windows.UI.StartScreen.SecondaryTile**](/uwp/api/windows.ui.startscreen.secondarytile)
* [**Windows.Web.Http.Filters.HttpBaseProtocolFilter**](/uwp/api/windows.web.http.filters.httpbaseprotocolfilter)

> [!NOTE]
> The list above is necessarily incomplete—refer to a type's documentation to see whether it implements **IInitializeWithWindow** (or an equivalent interop interface).
Expand Down

0 comments on commit 988d1c4

Please sign in to comment.