Microsoft.VisualStudio.Tools.Applications.Deployment Namespace
Visual Studio 2012
The Microsoft.VisualStudio.Tools.Applications.Deployment namespace contains the IAddInPostDeploymentAction interface (which you can implement to create a post deployment action for an Office solution), exceptions that can be thrown when installing an Office solution, and other APIs that are part of the Visual Studio infrastructure.
| Class | Description | |
|---|---|---|
![]() | AddInDeploymentArguments | Infrastructure. |
![]() | AddInDownloadedArgs | Infrastructure. |
![]() | AddInDownloadingArgs | Infrastructure. |
![]() | AddInDownloadProgressChangedArgs | Infrastructure. |
![]() | AddInInformation | Infrastructure. |
![]() | AddInInstalledArgs | Infrastructure. |
![]() | AddInInstallingArgs | Infrastructure. |
![]() | AddInManifestsDownloadedArgs | Infrastructure. |
![]() | AddInManifestsDownloadingArgs | Infrastructure. |
![]() | AddInOfflineArgs | Infrastructure. |
![]() | AddInPostDeploymentActionArgs | The arguments passed to a class that implements IAddInPostDeploymentAction. |
![]() | AddInProcessAbortArgs | Infrastructure. |
![]() | AddInUninstalledArgs | Infrastructure. |
![]() | AddInUninstallingArgs | Infrastructure. |
![]() | ClickOnceAddInTrustEvidence | Infrastructure. |
| Interface | Description | |
|---|---|---|
![]() | IAddInPostDeploymentAction | Represents a post-deployment action, which can perform additional installation steps as the final step in a ClickOnce installer. |
![]() | IClickOnceAddInCancelableInstaller | Infrastructure. |
![]() | IClickOnceAddInInstaller | Infrastructure. |
![]() | IClickOnceAddInTrustManager | Infrastructure. |
![]() | IClickOnceAddInTrustManagerSettings | Infrastructure. |
| Enumeration | Description | |
|---|---|---|
![]() | AddInInstallationStatus | Infrastructure. |
![]() | ClickOnceAddInDownloadProgressState | Infrastructure. |
![]() | ClickOnceAddInPromptingLevel | Infrastructure. |


