Share via


<postActionData> Element (Office Development in Visual Studio)

The postActionData element of the vstav3 namespace specifies the data associated with any post-deployment action that runs after Office solutions are installed.

<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

Reference

Application Manifests for Office Solutions

Deployment Manifests for Office Solutions

ClickOnce Application Manifest