UpdateSolutionEventsListener.UpdateSolution_StartUpdate Method

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

Syntax

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

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

Parameters

Return Value

Type: System.Int32

Implements

IVsUpdateSolutionEvents2.UpdateSolution_StartUpdate(Int32%)
IVsUpdateSolutionEvents.UpdateSolution_StartUpdate(Int32%)

Permissions

See Also

Reference

UpdateSolutionEventsListener Class

UpdateSolutionEventsListener Members

Microsoft.VisualStudio.Package Namespace