程序集元素 (解决方案 - 程序集)

适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

指定要包含在解决方案中的程序集。

<Assembly
  DeploymentTarget = "GlobalAssemblyCache" | "WebApplication"
  Location = "Text">
  <BindingRedirects>
    ...
  </BindingRedirects>
  <SafeControls>
    ...
  </SafeControls>
  <ClassResources>
    ...
  </ClassResources>
</Assembly>

元素和属性

下面各部分介绍了属性、子元素和父元素。

Attributes

属性 说明
DeploymentTarget
可选属性,类型为 Text。 程序集部署的首选目标。 将程序集复制到由 DeploymentTarget 属性(对于 Web 应用程序)或全局程序集缓存(对于服务器场)指定的目标。

可能的值:
- GlobalAssemblyCache 如果程序集是场功能,则会将其复制到全局程序集缓存。
- WebApplication 如果程序集是 Web 应用程序功能,则会将其复制到虚拟服务器 bin 目录。
Location
必需属性,类型为 Text。 程序集的相对文件路径。

子元素

父元素

示例

有关如何使用此元素的示例,请参阅 解决方案架构