SupportedAssemblyDeploymentTargets Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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 | |
---|---|---|
All | The SharePoint project item supports assembly deployment to either the \bin directory or the Global Assembly Cache (GAC). | |
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. |