Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fired after every update actions ends, and the next one (if any) is about to begin (after the last UpdateProjectCfg_Done for the same action, but before UpdateSolution_EndLastUpdateAction if this is the last action).
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub UpdateSolution_EndUpdateAction ( _
dwAction As UInteger _
)
void UpdateSolution_EndUpdateAction(
uint dwAction
)
void UpdateSolution_EndUpdateAction(
[InAttribute] unsigned int dwAction
)
abstract UpdateSolution_EndUpdateAction :
dwAction:uint32 -> unit
function UpdateSolution_EndUpdateAction(
dwAction : uint
)
Parameters
dwAction
Type: UInt32[in] The update action that is about to end.
Remarks
This method is always paired with UpdateSolution_BeginUpdateAction with matching dwAction, with no nested pairs allowed.
The values for dwAction are flags or combinations of flags from the VSSOLNBUILDUPDATEFLAGS enumeration. See UpdateSolution_BeginUpdateAction for the list of legal values.
.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.