IVsDeployStatusCallback.OnEndDeploy(Int32) Method

Definition

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  
);  

Applies to