Compartir a través de


IVsDeployableProjectCfg2 Members

Include Protected Members
Include Inherited Members

Used to support output about deployment during project deployment. Extends and inherits from IVsDeployableProjectCfg.

The IVsDeployableProjectCfg2 type exposes the following members.

Methods

  Name Description
Public method AdviseDeployStatusCallback Registers the environment to receive notifications of deployment status events. (Inherited from IVsDeployableProjectCfg.)
Public method AdviseDeployStatusCallback(IVsDeployStatusCallback, UInt32%) Establishes a callback for deployment status. Returns a cookie to save and use in the corresponding unadvise method.
Public method Commit Alerts a project that a deployment operation was successful. (Inherited from IVsDeployableProjectCfg.)
Public method Commit(UInt32) Method to call if all deployments succeed.
Public method QueryStartDeploy Determines whether or not a project is able to start a deployment operation. (Inherited from IVsDeployableProjectCfg.)
Public method QueryStartDeploy(UInt32, array<Int32[], array<Int32[]) Checks for whether or not you can deploy a project with a given set of options.
Public method QueryStatusDeploy Determines whether or not a deployment operation has completed successfully. (Inherited from IVsDeployableProjectCfg.)
Public method QueryStatusDeploy(Int32%) Call to find out if deployment is done.
Public method Rollback Alerts a deployment project that a deployment operation has failed. (Inherited from IVsDeployableProjectCfg.)
Public method Rollback(UInt32) Method to call if any deployment fails.
Public method StartCleanDeploy Infrastructure.
Public method StartDeploy Requests that a project begin a deployment operation. (Inherited from IVsDeployableProjectCfg.)
Public method StartDeploy(IVsOutputWindowPane, UInt32) Begins deployment.
Public method StopDeploy Requests that a project stop a deployment operation. (Inherited from IVsDeployableProjectCfg.)
Public method StopDeploy(Int32) Halts the deployment.
Public method UnadviseDeployStatusCallback Cancels the environment's registration to receive notifications of deployment status events. (Inherited from IVsDeployableProjectCfg.)
Public method UnadviseDeployStatusCallback(UInt32) Disconnects the callback established by AdviseDeployStatusCallback.
Public method WaitDeploy Obsolete method. Do not use. (Inherited from IVsDeployableProjectCfg.)
Public method WaitDeploy(UInt32, Int32) Obsolete method. Do not use.

Top

See Also

Reference

IVsDeployableProjectCfg2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace