<postActionData> 요소(Office 개발)
postActionData
네임스페이스의 vstav3
요소는 Office 솔루션이 설치된 후 실행되는 배포 후 작업과 관련된 데이터를 지정합니다.
구문
<postActionData>
</postActionData>
요소 및 특성
postActionData
요소는 선택적이며 vstav3
네임스페이스에 있습니다. 하나의 애플리케이션 매니페스트에서는 각 배포 후 작업에 대해 하나의 postActionData
요소만 정의할 수 있습니다.
postActions
요소에는 특성이 없습니다.
postActions
에는 자식 요소가 없습니다.
배포 후 작업 예제
설명
다음 코드 예제에서는 ClickOnce를 사용하여 배포된 Office 솔루션에 대한 애플리케이션 매니페스트의 postAction
요소를 보여 줍니다. 이 코드 예제는 Office 솔루션의 애플리케이션 매니페스트에서 제공하는 더 큰 예제의 일부입니다.
코드
<vstav3:postActionData>
data in any format
</vstav3:postActionData>