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