다음을 통해 공유


ISharePointProjectItemDeploymentContext 인터페이스

정의

지정된 프로젝트 항목의 배포 컨텍스트를 나타냅니다.

public interface class ISharePointProjectItemDeploymentContext : Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentContext
public interface ISharePointProjectItemDeploymentContext : Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentContext
type ISharePointProjectItemDeploymentContext = interface
    interface IDeploymentContext
    interface IAnnotatedObject
Public Interface ISharePointProjectItemDeploymentContext
Implements IDeploymentContext
구현

설명

개체를 사용하여 ISharePointProjectItemDeploymentContext 배포된 프로젝트 항목의 위치와 서버의 해당 파일을 확인합니다. Visual Studio는 개체를 ISharePointProjectItemDeploymentContext , DeploymentStepCompletedProjectItemStartupUrlRequested 이벤트에 대한 DeploymentStepStarted이벤트 처리기에 전달합니다.

속성

Annotations

IAnnotatedObject 인터페이스를 구현하는 개체와 함께 사용자 지정 데이터를 연결하는 인스턴스 IAnnotationDictionary를 가져옵니다.

(다음에서 상속됨 IAnnotatedObject)
Feature

프로젝트 항목과 연결된 기본 기능을 가져옵니다.

FeatureScope

프로젝트 항목의 기능이 배포되는 범위를 나타내는 값을 가져옵니다.

IsCanceled

사용자가 배포를 취소했는지 여부를 가져옵니다.

(다음에서 상속됨 IDeploymentContext)
IsDeploying

프로젝트가 배포되는 중인지 여부를 가져옵니다.

(다음에서 상속됨 IDeploymentContext)
IsRetracting

프로젝트가 취소되는 중인지 여부를 가져옵니다.

(다음에서 상속됨 IDeploymentContext)
Logger

프로젝트 로거에 대한 액세스를 가져옵니다.

(다음에서 상속됨 IDeploymentContext)
Project

배포되거나 취소되는 중인 현재 프로젝트에 대한 액세스를 가져옵니다.

(다음에서 상속됨 IDeploymentContext)
ProjectItem

배포 중인 프로젝트 항목을 가져옵니다.

StartMode

배포가 시작된 이유인 시작 모드에 대해 액세스를 가져옵니다.

(다음에서 상속됨 IDeploymentContext)

메서드

SiteCollectionUrl()

SharePoint에 따라 프로젝트가 연결된 Microsoft.SharePoint.SPSite의 canonical URL을 반환합니다.

(다음에서 상속됨 IDeploymentContext)
SiteUrl()

SharePoint에 따라 프로젝트가 연결된 Microsoft.SharePoint.SPWeb의 canonical URL을 반환합니다.

(다음에서 상속됨 IDeploymentContext)
WebApplicationUrl()

SPWebApplication의 루트 URL을 반환합니다.

(다음에서 상속됨 IDeploymentContext)

적용 대상