<postActionData> element (Office development)

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>

See also