IVsSolutionEvents4 Interface

 

Listening interface that monitors any notifications of changes to the solution.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("23EC4D20-54A9-4365-82C8-ABDFBA686ECF")]
public interface class IVsSolutionEvents4

NameDescription
System_CAPS_pubmethodOnAfterAsynchOpenProject(IVsHierarchy^, Int32)

Notifies listening clients that a project has been opened asynchronously.

System_CAPS_pubmethodOnAfterChangeProjectParent(IVsHierarchy^)

Notifies listening clients that a project parent has changed.

System_CAPS_pubmethodOnAfterRenameProject(IVsHierarchy^)

Notifies listening clients that a project has been renamed.

System_CAPS_pubmethodOnQueryChangeProjectParent(IVsHierarchy^, IVsHierarchy^, Int32)

Queries listening clients as to whether a parent project has changed.

Return to top
Show: