Skip to content

Commit

Permalink
removed en-us (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottj1s authored Jul 30, 2021
1 parent 48670e3 commit 3387042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ var folder = await folderPicker.PickSingleFolderAsync();
The Windows SDK projection also provides wrappers for all WinRT interop interfaces included in the Universal API Contract, such as ***Windows.Security.Credentials.UI.UserConsentVerifierInterop***

For more info, see:
[Call WinRT COM interop interfaces from .NET 5+ apps](https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/winrt-com-interop-csharp)
[Call WinRT COM interop interfaces from .NET 5+ apps](https://docs.microsoft.com/windows/apps/desktop/modernize/winrt-com-interop-csharp)

##### Projected
If possible, the interop interface should be defined in IDL and a C#/WinRT projection produced for it. This automatically generates all marshaling logic so that calling code can pass and receive projected types. This definition of `IUserConsentVerifierInterop` from one of our test components is an example of this:
Expand Down

0 comments on commit 3387042

Please sign in to comment.