IVsSolutionBuildManager2::CanCancelUpdateSolutionConfiguration Method (Int32)

 

Enables or disables the Cancel menu item.

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

int CanCancelUpdateSolutionConfiguration(
	[OutAttribute] int% pfCanCancel
)

Parameters

pfCanCancel
Type: System::Int32

[out] Pointer to a flag indicating whether or nor the update can be cancelled.

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 IVsSolutionBuildManager2::CanCancelUpdateSolutionConfiguration(
   [out] BOOL *pfCanCancel
);
Return to top
Show: