IVsDeployableProjectCfg2 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodAdviseDeployStatusCallback(IVsDeployStatusCallback^, UInt32)

Establishes a callback for deployment status. Returns a cookie to save and use in the corresponding unadvise method.

System_CAPS_pubmethodCommit(UInt32)

Method to call if all deployments succeed.

System_CAPS_pubmethodQueryStartDeploy(UInt32, array<Int32>^, array<Int32>^)

Checks for whether or not you can deploy a project with a given set of options.

System_CAPS_pubmethodQueryStatusDeploy(Int32)

Call to find out if deployment is done.

System_CAPS_pubmethodRollback(UInt32)

Method to call if any deployment fails.

System_CAPS_pubmethodStartCleanDeploy(IVsOutputWindowPane^, UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodStartDeploy(IVsOutputWindowPane^, UInt32)

Begins deployment.

System_CAPS_pubmethodStopDeploy(Int32)

Halts the deployment.

System_CAPS_pubmethodUnadviseDeployStatusCallback(UInt32)

Disconnects the callback established by AdviseDeployStatusCallback.

System_CAPS_pubmethodWaitDeploy(UInt32, Int32)

Obsolete method. Do not use.

Return to top
Show: