IVsDeployableProjectCfg Members
Include Protected Members
Include Inherited Members
Allows a project to manage deployment operations.
The IVsDeployableProjectCfg type exposes the following members.
Methods
Name | Description | |
---|---|---|
AdviseDeployStatusCallback | Registers the environment to receive notifications of deployment status events. | |
Commit | Alerts a project that a deployment operation was successful. | |
QueryStartDeploy | Determines whether or not a project is able to start a deployment operation. | |
QueryStatusDeploy | Determines whether or not a deployment operation has completed successfully. | |
Rollback | Alerts a deployment project that a deployment operation has failed. | |
StartDeploy | Requests that a project begin a deployment operation. | |
StopDeploy | Requests that a project stop a deployment operation. | |
UnadviseDeployStatusCallback | Cancels the environment's registration to receive notifications of deployment status events. | |
WaitDeploy | Obsolete method. Do not use. |
Top