Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the deployment scopes in which a SharePoint project item can be activated in SharePoint.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
<FlagsAttribute> _
Public Enumeration SupportedDeploymentScopes
[CLSCompliantAttribute(true)]
[FlagsAttribute]
public enum SupportedDeploymentScopes
Members
Member name | Description | |
---|---|---|
Web | SharePoint project items that can be included in a feature with "Web" scope in SharePoint. | |
Site | SharePoint project items that can be included in a feature with "Site" scope in SharePoint. | |
WebApplication | SharePoint project items that can be included in a feature with "WebApplication" scope in SharePoint. | |
Farm | SharePoint project items that can be included in a feature with "Farm" scope in SharePoint. | |
Package | SharePoint project items that cannot be included in a feature. They are directly included in a package. |
Remarks
These values help you determine whether a feature will be compatible with (that is, have the same scope as) a particular SharePoint project item. A SharePoint project item can be used in more than one scope in SharePoint.