UpdateSolutionEventsListener.UpdateSolution_Done Method

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

Syntax

'宣言
Public Overridable Function UpdateSolution_Done ( _
    fSucceeded As Integer, _
    fModified As Integer, _
    fCancelCommand As Integer _
) As Integer
'使用
Dim instance As UpdateSolutionEventsListener
Dim fSucceeded As Integer
Dim fModified As Integer
Dim fCancelCommand As Integer
Dim returnValue As Integer

returnValue = instance.UpdateSolution_Done(fSucceeded, _
    fModified, fCancelCommand)
public virtual int UpdateSolution_Done(
    int fSucceeded,
    int fModified,
    int fCancelCommand
)
public:
virtual int UpdateSolution_Done(
    int fSucceeded, 
    int fModified, 
    int fCancelCommand
)
public function UpdateSolution_Done(
    fSucceeded : int, 
    fModified : int, 
    fCancelCommand : int
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsUpdateSolutionEvents2.UpdateSolution_Done(Int32, Int32, Int32)
IVsUpdateSolutionEvents.UpdateSolution_Done(Int32, Int32, Int32)

Permissions

See Also

Reference

UpdateSolutionEventsListener Class

UpdateSolutionEventsListener Members

Microsoft.VisualStudio.Package Namespace