IVsDeployableProjectCfg Methods

 

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

NameDescription
System_CAPS_pubmethodAdviseDeployStatusCallback(IVsDeployStatusCallback^, UInt32)

Registers the environment to receive notifications of deployment status events.

System_CAPS_pubmethodCommit(UInt32)

Alerts a project that a deployment operation was successful.

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

Determines whether or not a project is able to start a deployment operation.

System_CAPS_pubmethodQueryStatusDeploy(Int32)

Determines whether or not a deployment operation has completed successfully.

System_CAPS_pubmethodRollback(UInt32)

Alerts a deployment project that a deployment operation has failed.

System_CAPS_pubmethodStartDeploy(IVsOutputWindowPane^, UInt32)

Requests that a project begin a deployment operation.

System_CAPS_pubmethodStopDeploy(Int32)

Requests that a project stop a deployment operation.

System_CAPS_pubmethodUnadviseDeployStatusCallback(UInt32)

Cancels the environment's registration to receive notifications of deployment status events.

System_CAPS_pubmethodWaitDeploy(UInt32, Int32)

Obsolete method. Do not use.

Return to top
Show: