SupportedAssemblyDeploymentTargets 列舉型別

列舉,表示指定 SharePoint 專案項目的所有受支援組件部署目標。

這個列舉型別的 FlagsAttribute 屬性允許將其成員值以位元組合的方式來使用。

命名空間:  Microsoft.VisualStudio.SharePoint
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

'宣告
<FlagsAttribute> _
Public Enumeration SupportedAssemblyDeploymentTargets
[FlagsAttribute]
public enum SupportedAssemblyDeploymentTargets

成員

成員名稱 說明
GlobalAssemblyCache SharePoint 專案項目支援對 GAC 的組件部署。
WebApplication SharePoint 專案項目支援對 Web 應用程式之 \bin 目錄的組件部署。
All SharePoint 專案項目支援對 \bin 目錄或「全域組件快取」(GAC) 的組件部署。

請參閱

參考

Microsoft.VisualStudio.SharePoint 命名空間