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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
UpdateSolutionEventsListener Class