IVsSolutionEvents7 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IVsSolutionEvents7
public interface class IVsSolutionEvents7
__interface IVsSolutionEvents7
[System.Runtime.InteropServices.Guid("A459C228-5617-4136-BCBE-C282DF6D9A62")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionEvents7
public interface IVsSolutionEvents7
[<System.Runtime.InteropServices.Guid("A459C228-5617-4136-BCBE-C282DF6D9A62")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionEvents7 = interface
type IVsSolutionEvents7 = interface
Public Interface IVsSolutionEvents7
- Derived
- Attributes
Methods
OnAfterCloseFolder(String) |
Notifies listening clients that the folder has been closed. |
OnAfterLoadAllDeferredProjects() |
Obsolete.
Notifies listening clients that all projects in deferred mode have been loaded. |
OnAfterOpenFolder(String) |
Notifies listening clients that the folder has been opened. |
OnBeforeCloseFolder(String) |
Notifies listening clients that the folder is being closed. |
OnQueryCloseFolder(String, Int32) |
Queries listening clients as to whether the folder can be closed. |