You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Runtime.InteropServices/UnmanagedType.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -619,7 +619,7 @@
619
619
</ReturnValue>
620
620
<MemberValue>47</MemberValue>
621
621
<Docs>
622
-
<summary>A Windows Runtime string. You can use this member on the <seecref="T:System.String" /> data type.</summary>
622
+
<summary>A Windows Runtime string. You can use this member on the <seecref="T:System.String" /> data type. [Built-in support for WinRT was removed in .NET 5](https://learn.microsoft.com/dotnet/core/compatibility/interop/5.0/built-in-support-for-winrt-removed). See [Formerly built-in supported types](https://learn.microsoft.com/dotnet/standard/native-interop/best-practices#formerly-built-in-supported-types) for workaround.</summary>
623
623
</Docs>
624
624
</Member>
625
625
<MemberMemberName="I1">
@@ -909,7 +909,7 @@
909
909
</ReturnValue>
910
910
<MemberValue>46</MemberValue>
911
911
<Docs>
912
-
<summary>A Windows Runtime interface pointer. You can use this member on the <seecref="T:System.Object" /> data type.</summary>
912
+
<summary>A Windows Runtime interface pointer. You can use this member on the <seecref="T:System.Object" /> data type. [Built-in support for WinRT was removed in .NET 5](https://learn.microsoft.com/dotnet/core/compatibility/interop/5.0/built-in-support-for-winrt-removed).</summary>
0 commit comments