Use Limited Access Features in Windows app sdk #4796
Replies: 1 comment
-
I think the real issue/question here is: How do you add a Win32 resource to a C# app? The I don't know if there is a better way to do it, but here's a way you can add Win32 resources to a C# app:
The Note: You may need to do additional work to add or remove things from the |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I've requested a LAF access token for Taskbar pin to Microsoft and I received it. After that I use TryUnlockFeature method in my project. My app is self-contained unpackaged app so I have to import a .rc file to my project (Based on what Microsoft said) that has a simple line:
Identity LimitedAccessFeature {...}
but I don't know how should I do it.
Can anyone help me?
(The used programming language is C#)
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
Unpackaged
Windows version
Insider Build (xxxxx)
IDE
Visual Studio 2022
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions