SupportedAssemblyDeploymentTargets 열거형

지정된 SharePoint 프로젝트 항목에 대해 지원되는 모든 어셈블리 배포 대상을 나타내는 열거형입니다.

이 열거형에는 멤버 값을 비트로 조합할 수 있는 FlagsAttribute 특성이 있습니다.

네임스페이스:  Microsoft.VisualStudio.SharePoint
어셈블리:  Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration SupportedAssemblyDeploymentTargets
[FlagsAttribute]
public enum SupportedAssemblyDeploymentTargets

멤버

멤버 이름 설명
GlobalAssemblyCache SharePoint 프로젝트 항목은 GAC로의 어셈블리 배포를 지원합니다.
WebApplication SharePoint 프로젝트 항목은 웹 응용 프로그램의 \bin 디렉터리로의 어셈블리 배포를 지원합니다.
All SharePoint 프로젝트 항목은 \bin 디렉터리 또는 GAC(전역 어셈블리 캐시)로의 어셈블리 배포를 지원합니다.

참고 항목

참조

Microsoft.VisualStudio.SharePoint 네임스페이스