Skip to content

Commit ef265b2

Browse files
authored
Update UnmanagedType.xml (dotnet#8837)
1 parent a68d857 commit ef265b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Runtime.InteropServices/UnmanagedType.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
</ReturnValue>
620620
<MemberValue>47</MemberValue>
621621
<Docs>
622-
<summary>A Windows Runtime string. You can use this member on the <see cref="T:System.String" /> data type.</summary>
622+
<summary>A Windows Runtime string. You can use this member on the <see cref="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>
623623
</Docs>
624624
</Member>
625625
<Member MemberName="I1">
@@ -909,7 +909,7 @@
909909
</ReturnValue>
910910
<MemberValue>46</MemberValue>
911911
<Docs>
912-
<summary>A Windows Runtime interface pointer. You can use this member on the <see cref="T:System.Object" /> data type.</summary>
912+
<summary>A Windows Runtime interface pointer. You can use this member on the <see cref="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>
913913
</Docs>
914914
</Member>
915915
<Member MemberName="Interface">

0 commit comments

Comments
 (0)