Visual Studio 2019でWindowsSDKを参照できなくなった話
1837 ワード
経緯
今までWindows Namespaceに含まれるClassを参照する際には、プロジェクトファイルに以下の記述をすることで参照マネージャーに追加されるWindows参照のタブを利用していた。
Project.csproj
<PropertyGroup>
<TargetPlatformVersion>10.0</TargetPlatformVersion>
</PropertyGroup>
しかし、WindowsOSのアップデート後、WindowsSDKが見つからなくなり参照が出来なくなってしまった。
Windows Namespaceに含まれるClassを参照する方法
- Microsoft API Referenceから参照したいClassのAPI Contractを探す。(ハイライト部分)
- Visual StudioでAPI Contractを参照に含める。
参考
- Windows.Media.Captureの参照が見つからない
https://social.msdn.microsoft.com/Forums/vstudio/ja-JP/e8d8d520-8f15-4fcf-8572-25946ef28cf1/windowsmediacapture?forum=vsgeneralja
- Windows UWP Namespaces - Windows Dev Center
https://docs.microsoft.com/en-us/uwp/api/
Author And Source
この問題について(Visual Studio 2019でWindowsSDKを参照できなくなった話), 我々は、より多くの情報をここで見つけました https://qiita.com/rinkuro/items/e387d3f584f0a805f488著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .