IVsDeployableProjectCfg::QueryStatusDeploy Method (Int32)

 

Determines whether or not a deployment operation has completed successfully.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int QueryStatusDeploy(
	[OutAttribute] int% pfDeployDone
)

Parameters

pfDeployDone
Type: System::Int32

[out] Flag that is set to true if the deployment operation was successful and false if it was not successful.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsDeployableProjectCfg::QueryStatusDeploy(
   [out] BOOL *pfDeployDone
);
Return to top
Show: