IVsDeployStatusCallback.OnEndDeploy(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the environment that a deployment operation has ended.
public:
int OnEndDeploy(int fSuccessful);
public:
int OnEndDeploy(int fSuccessful);
int OnEndDeploy(int fSuccessful);
public int OnEndDeploy (int fSuccessful);
abstract member OnEndDeploy : int -> int
Public Function OnEndDeploy (fSuccessful As Integer) As Integer
Parameters
- fSuccessful
- Int32
[in] Flag that is set to true
if the deployment operation completed successfully.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsDeployStatusCallback::OnEndDeploy(
[in]BOOL fSuccessful
);