UpdateSolutionEventsListener.UpdateSolution_Begin Method

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

Syntax

'宣言
Public Overridable Function UpdateSolution_Begin ( _
    ByRef cancelUpdate As Integer _
) As Integer
'使用
Dim instance As UpdateSolutionEventsListener
Dim cancelUpdate As Integer
Dim returnValue As Integer

returnValue = instance.UpdateSolution_Begin(cancelUpdate)
public virtual int UpdateSolution_Begin(
    ref int cancelUpdate
)
public:
virtual int UpdateSolution_Begin(
    int% cancelUpdate
)
public function UpdateSolution_Begin(
    cancelUpdate : int
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsUpdateSolutionEvents2.UpdateSolution_Begin(Int32%)
IVsUpdateSolutionEvents.UpdateSolution_Begin(Int32%)

Permissions

See Also

Reference

UpdateSolutionEventsListener Class

UpdateSolutionEventsListener Members

Microsoft.VisualStudio.Package Namespace