IVsFireUpdateSolutionEvents Interface

Definition

Implemented by the Environment. Used by projects that nest sub-projects. These projects must implement IVsParentProject. This interface allows a project that nests sub-projects to fire the same UpdateSolutionEvents that the Solution normally fires. This interface is similar to the related IVsFireSolutionEvents interface but is accessed via QueryService for the SVsSolutionBuildManager service. These methods iterate through the notification sinks of clients of IVsUpdateSolutionEvents and call the appropriate notification method.

public interface class IVsFireUpdateSolutionEvents
public interface class IVsFireUpdateSolutionEvents
__interface IVsFireUpdateSolutionEvents
[System.Runtime.InteropServices.Guid("D8C0B590-65EC-42F7-903F-8ED7C1B3D629")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFireUpdateSolutionEvents
[<System.Runtime.InteropServices.Guid("D8C0B590-65EC-42F7-903F-8ED7C1B3D629")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFireUpdateSolutionEvents = interface
Public Interface IVsFireUpdateSolutionEvents
Attributes

Methods

FireOnActiveProjectCfgChange(IVsHierarchy)

Fires when the active project configuration changes.

FireOnActiveProjectCfgChangeBatchBegin()

Fires when a batch change to the active project configuration begins.

FireOnActiveProjectCfgChangeBatchEnd()

Fires when the batch active project configuration change ends.

Applies to