我正在为 excel 开发一个插件,我想知道什么是Contoso以及是否可以将它替换为其他东西。
在我的清单文件中,我有这个:
<Label resid="Contoso.TaskpaneButton.Label" />
<Supertip>
<!-- ToolTip title. resid must point to a ShortString resource. -->
<Title resid="Contoso.TaskpaneButton.Label" />
<!-- ToolTip description. resid must point to a LongString resource. -->
<Description resid="Contoso.TaskpaneButton.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="Contoso.tpicon_16x16" />
<bt:Image size="32" resid="Contoso.tpicon_32x32" />
<bt:Image size="80" resid="Contoso.tpicon_80x80" />
</Icon>
例如,我可以替换<Label resid="Contoso.TaskpaneButton.Label" />
为<Label resid="Anything.TaskpaneButton.Label" />