0

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" />

4

0 に答える 0