<postActionData> element (Office development)
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
The postActionData
element of the vstav3
namespace specifies the data associated with any post-deployment action that runs after Office solutions are installed.
Syntax
<postActionData>
</postActionData>
Elements and attributes
The postActionData
element is optional and is in the vstav3
namespace. There is one postActionData
element defined in an application manifest for each post-deployment action.
The postActions
element has no attributes.
postActions
has no child elements.
Post-deployment action example
Description
The following code example illustrates the postAction
element in an application manifest for an Office solution deployed by using ClickOnce. This code example is part of a larger example provided in Application manifests for Office solutions.
Code
<vstav3:postActionData>
data in any format
</vstav3:postActionData>