IVsBuildableProjectCfg::Stop Method (Int32)

 

Requests that a project stop building.

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

int Stop(
	int fSync
)

Parameters

fSync
Type: System::Int32

[in] Flag that is set to true if the build should be stopped synchronously and false if it can be stopped asynchronously.

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 IVsBuildableProjectCfg::Stop(
   [in] BOOL fSync
);
Return to top
Show: