Specifies the equivalent COM or VSTO add-ins
Properties that reference this object type:
Syntax
{
"progIds": [
"{string}"
]
}
{
"type": "object",
"description": "Specifies the equivalent COM or VSTO add-ins",
"properties": {
"progIds": {
"type": "array",
"description": "Specifies the program Ids of the equivalent COM add-ins and the names of equivalent VSTO add-ins",
"minItems": 1,
"maxItems": 5,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 64
}
}
},
"additionalProperties": false,
"required": [
"progIds"
]
}
{
"progIds": [
"{string}"
]
}
{
"type": "object",
"description": "Specifies the equivalent COM add-ins",
"properties": {
"progIds": {
"type": "array",
"description": "Specifies the program Ids of the equivalent COM add-ins",
"minItems": 1,
"maxItems": 5,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 64
}
}
},
"additionalProperties": false,
"required": [
"progIds"
]
}
Properties
progIds
Specifies the program Ids of the equivalent COM add-ins and the names of equivalent VSTO add-ins
Constraints
Minimum string length: 1. Maximum string length: 64. Minimum array items: 1. Maximum array items: 5.