<vstoRuntime> 元素(Visual Studio 中的 Office 开发)
vstav3 命名空间的 vstoRuntime 元素包含特定 Office 解决方案支持的 Visual Studio Tools for Office Runtime 版本。
<vstoRuntime
release
version
supportUrl />
元素和特性
vstoRuntime 元素是必需的,它位于 vstav3 命名空间中。如果 Office 解决方案支持两个 Visual Studio Tools for Office Runtime 版本,则应用程序清单中有两个 vstoRuntime 元素。
vstoRuntime 元素具有以下特性。
特性 |
说明 |
---|---|
release |
必选。Visual Studio Tools for Office Runtime 的发布版本。 |
version |
必选。Visual Studio Tools for Office Runtime 的版本号。 |
supportUrl |
可选。指向 Visual Studio Tools for Office Runtime 安装位置的链接。 |
vstoRuntime 没有元素。
示例
下面的代码示例演示应用程序级 Office 解决方案的应用程序清单中的 vstoRuntime 元素,该解决方案是使用 ClickOnce 部署的。此代码示例摘自 Office 解决方案的应用程序清单中提供的一个更大的示例。
<vstav3:vstoRuntime
release="VSTOR40Beta1"
version="10.0.20303"
supportUrl="https://www.microsoft.com" />