Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies backwards compatibility for an equivalent COM add-in, VSTO add-in, or XLL.
Important
The equivalent add-in feature is supported by the following platform and applications. COM and VSTO add-ins can't be installed on any other platform, so on those platforms the manifest element that's discussed later in this article is ignored.
Add-in type: Task pane, Mail, Custom function
Valid only in these VersionOverrides schemas:
- Task pane 1.0
- Mail 1.1
For more information, see Version overrides in the add-in only manifest.
Syntax
<EquivalentAddin>
...
</EquivalentAddin>
Contained in
Must contain
Can contain
Remarks
To specify a COM or VSTO add-in as the equivalent add-in, provide both the ProgId
and Type
elements.
Note
- Although the term "ProgId" is usually associated with only COM add-ins, in the manifest it refers to the name of either a COM or VSTO add-in.
- Use
COM
as the value of theType
element for both COM and VSTO add-ins.
To specify an XLL as the equivalent add-in, provide both the FileName
and Type
elements.
See also
Office Add-ins