UpdateSolutionEventsListener.UpdateSolution_Cancel Method

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function UpdateSolution_Cancel As Integer
'使用
Dim instance As UpdateSolutionEventsListener
Dim returnValue As Integer

returnValue = instance.UpdateSolution_Cancel()
public virtual int UpdateSolution_Cancel()
public:
virtual int UpdateSolution_Cancel()
public function UpdateSolution_Cancel() : int

Return Value

Type: System.Int32

Implements

IVsUpdateSolutionEvents2.UpdateSolution_Cancel()
IVsUpdateSolutionEvents.UpdateSolution_Cancel()

Permissions

See Also

Reference

UpdateSolutionEventsListener Class

UpdateSolutionEventsListener Members

Microsoft.VisualStudio.Package Namespace