SupportedDeploymentScopes 列舉型別
指定可在 SharePoint 中啟動 SharePoint 專案項目的部署範圍。
這個列舉型別的 FlagsAttribute 屬性允許將其成員值以位元組合的方式來使用。
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
<CLSCompliantAttribute(True)> _
<FlagsAttribute> _
Public Enumeration SupportedDeploymentScopes
[CLSCompliantAttribute(true)]
[FlagsAttribute]
public enum SupportedDeploymentScopes
成員
成員名稱 | 說明 | |
---|---|---|
Web | 可以併入 SharePoint 中 "Web" 範圍之功能的 SharePoint 專案項目。 | |
Site | 可以併入 SharePoint 中 "Site" 範圍之功能的 SharePoint 專案項目。 | |
WebApplication | 可以併入 SharePoint 中 "WebApplication" 範圍之功能的 SharePoint 專案項目。 | |
Farm | 可以併入 SharePoint 中 "Farm" 範圍之功能的 SharePoint 專案項目。 | |
Package | 無法併入功能的 SharePoint 專案項目。它們直接併入封裝中。 |
備註
這些值可協助您判斷功能是否會與特定的 SharePoint 專案項目相容 (亦即有相同的範圍)。 SharePoint 專案項目可用於 SharePoint 多個範圍中。