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: docs/cppcx/deprecating-types-and-members-c-cx.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ In C++/CX, deprecation of Windows Runtime types and members for producers and co
10
10
11
11
> [!CAUTION]
12
12
> The [Deprecated](/uwp/api/windows.foundation.metadata.deprecatedattribute) attribute is for use only with Windows Runtime types. For standard C++ classes and members, use
13
-
[[[deprecated]]](../cpp/deprecated-cpp) (C++14 and later) or [__declspec(deprecated)](../cpp/deprecated-cpp.md).
13
+
[[[deprecated]]](../cpp/deprecated-cpp.md) (C++14 and later) or [__declspec(deprecated)](../cpp/deprecated-cpp.md).
0 commit comments