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
- cancelUpdate
Type: System.Int32%
Return Value
Type: System.Int32
Implements
IVsUpdateSolutionEvents2.UpdateSolution_StartUpdate(Int32%)
IVsUpdateSolutionEvents.UpdateSolution_StartUpdate(Int32%)
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