ActionableUpdateSolutionListener.UpdateSolution_StartUpdate Method
Called before the first project configuration is built.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Function UpdateSolution_StartUpdate ( _
ByRef cancelUpdate As Integer _
) As Integer
'Usage
Dim instance As ActionableUpdateSolutionListener
Dim cancelUpdate As Integer
Dim returnValue As Integer
returnValue = instance.UpdateSolution_StartUpdate(cancelUpdate)
public int UpdateSolution_StartUpdate(
ref int cancelUpdate
)
public:
virtual int UpdateSolution_StartUpdate(
int% cancelUpdate
) sealed
public final function UpdateSolution_StartUpdate(
cancelUpdate : int
) : int
abstract UpdateSolution_StartUpdate :
cancelUpdate:int -> int
override UpdateSolution_StartUpdate :
cancelUpdate:int -> int
Parameters
- cancelUpdate
Type: System.Int32%
Specifies whether to cancel update
Return Value
Type: System.Int32
Implements
IVsUpdateSolutionEvents.UpdateSolution_StartUpdate(Int32%)
.NET Framework Security
- 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
ActionableUpdateSolutionListener Class
ActionableUpdateSolutionListener Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace