IAddInPostDeploymentAction 인터페이스

배포 후 작업을 나타내며, 이 작업을 통해 추가 설치 단계를 ClickOnce 설치 관리자의 마지막 단계로 수행할 수 있습니다.

네임스페이스:  Microsoft.VisualStudio.Tools.Applications.Deployment
어셈블리:  Microsoft.VisualStudio.Tools.Applications.Runtime(Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

구문

‘선언
Public Interface IAddInPostDeploymentAction
public interface IAddInPostDeploymentAction

IAddInPostDeploymentAction 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 Execute 배포 후 작업을 실행하며, 이 작업을 통해 추가 설치 단계를 ClickOnce 설치 관리자의 마지막 단계로 수행할 수 있습니다.

위쪽

설명

배포 후 작업은 ClickOnce 설치의 일부입니다.배포 후 작업이 실패할 경우 설치에 실패합니다.

참고 항목

참조

Microsoft.VisualStudio.Tools.Applications.Deployment 네임스페이스