Skip to content

Commit 00cc42c

Browse files
authored
[Excel PowerPoint Word] (devx) clarify add-in only manifest markup for COM/VSTO/Web add-in compatibility (#5439)
* [Excel PowerPoint Word] (devx) clarify add-in only manifest markup for COM/VSTO/Web add-in compatibility * date
1 parent 36afd4f commit 00cc42c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/develop/make-office-add-in-compatible-with-existing-com-add-in.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Make your Office Add-in compatible with an existing COM add-in
33
description: Enable compatibility between your Office Add-in and equivalent COM add-in.
4-
ms.date: 10/24/2025
4+
ms.date: 10/28/2025
55
ms.localizationpriority: medium
66
---
77

@@ -252,6 +252,8 @@ The following is an example. The **\<Effect\>** element must be after all the **
252252
</VersionOverrides>
253253
```
254254

255+
> [!NOTE]
256+
> The **\<Type\>** value is "COM" for historical reasons, but it refers to either a COM or a VSTO add-in. Similarly, the **\<ProgId\>** value can be either the progId of a COM add-in or the name of a VSTO add-in.
255257
---
256258

257259
## See also

0 commit comments

Comments
 (0)