We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8394a9a commit 20f92e8Copy full SHA for 20f92e8
hub/apps/windows-app-sdk/windowing/windowing-overview.md
@@ -82,9 +82,6 @@ The following code examples demonstrate how to retrieve an [AppWindow](/windows/
82
### C++ Sample for getting an AppWindow for a WinUI 3 window
83
84
```cpp
85
-#using namespace winrt;
86
-#using namespace Microsoft::UI::Xaml;
87
-
88
// The include- and using-statements below are in addition to the ones you need for WinUI 3
89
// You can add these to your pch.cpp file in order to not have to include them in each xaml.cpp file
90
// where you need to access windowing APIs.
0 commit comments