共用方式為


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 Commit Alerts a project that a deployment operation was successful. (Inherited from IVsDeployableProjectCfg.)
Public method QueryStartDeploy Determines whether or not a project is able to start a deployment operation. (Inherited from IVsDeployableProjectCfg.)
Public method QueryStatusDeploy Determines whether or not a deployment operation has completed successfully. (Inherited from IVsDeployableProjectCfg.)
Public method Rollback Alerts a deployment project that a deployment operation has failed. (Inherited from IVsDeployableProjectCfg.)
Public method StartCleanDeploy Infrastructure.
Public method StartDeploy Requests that a project begin a deployment operation. (Inherited from IVsDeployableProjectCfg.)
Public method StopDeploy Requests that a project stop a deployment operation. (Inherited from IVsDeployableProjectCfg.)
Public method UnadviseDeployStatusCallback Cancels the environment's registration to receive notifications of deployment status events. (Inherited from IVsDeployableProjectCfg.)
Public method WaitDeploy Obsolete method. Do not use. (Inherited from IVsDeployableProjectCfg.)

Top

See Also

Reference

IVsDeployableProjectCfg2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace