net11.0-windows10.0.20348
namespace System
{
    [SupportedOSPlatform("windows10.0.10240.0")]
    public static class WindowsRuntimeSystemExtensions
    {
        public static TResult Get<TResult, TProgress>(this IAsyncOperationWithProgress<TResult, TProgress> source);
    }
}
.NET
5.06.07.08.09.010.011.0
Information specific to net11.0
Platforms This API is only available when you target a specific platform:
Windows
10.0.20348
Information specific to net11.0-windows10.0.20348
Assembly

Microsoft.Windows.SDK.NET , Version=10.0.20348.38, PublicKeyToken=31bf3856ad364e35

Referencing

The API is automatically referenced.

Platform Restrictions

This API is only supported on the following platforms:

  • Windows >= 10.0.10240
  • Built-in API
  • Package-provided API