diff --git a/docs/develop/make-office-add-in-compatible-with-existing-com-add-in.md b/docs/develop/make-office-add-in-compatible-with-existing-com-add-in.md index 19997ae40..5489db95a 100644 --- a/docs/develop/make-office-add-in-compatible-with-existing-com-add-in.md +++ b/docs/develop/make-office-add-in-compatible-with-existing-com-add-in.md @@ -1,7 +1,7 @@ --- title: Make your Office Add-in compatible with an existing COM add-in description: Enable compatibility between your Office Add-in and equivalent COM add-in. -ms.date: 10/24/2025 +ms.date: 10/28/2025 ms.localizationpriority: medium --- @@ -252,6 +252,8 @@ The following is an example. The **\** element must be after all the ** ``` +> [!NOTE] +> The **\** value is "COM" for historical reasons, but it refers to either a COM or a VSTO add-in. Similarly, the **\** value can be either the progId of a COM add-in or the name of a VSTO add-in. --- ## See also