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 中的多个范围中使用。

请参见

参考

Microsoft.VisualStudio.SharePoint 命名空间