Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |