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.
An enumeration that represents all of the supported assembly deployment targets for a specified SharePoint project item.
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
<FlagsAttribute> _
Public Enumeration SupportedAssemblyDeploymentTargets
[FlagsAttribute]
public enum SupportedAssemblyDeploymentTargets
Members
Member name | Description | |
---|---|---|
GlobalAssemblyCache | The SharePoint project item supports assembly deployment to the GAC. | |
WebApplication | The SharePoint project item supports assembly deployment to the web application's \bin directory. | |
All | The SharePoint project item supports assembly deployment to either the \bin directory or the Global Assembly Cache (GAC). |