IVsSolutionBuildManager2::CanCancelUpdateSolutionConfiguration Method (Int32)
Visual Studio 2015
Enables or disables the Cancel menu item.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfCanCancel
-
Type:
System::Int32
[out] Pointer to a flag indicating whether or nor the update can be cancelled.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsSolutionBuildManager2::CanCancelUpdateSolutionConfiguration( [out] BOOL *pfCanCancel );
Show: