IVsSolution7 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.
Implemented by the Visual Studio Environment. Available via QueryService(SVsSolution).
public interface class IVsSolution7
public interface class IVsSolution7
__interface IVsSolution7
public interface IVsSolution7
[System.Runtime.InteropServices.Guid("D32B0C42-8AEE-4772-B5C3-04565CDA5A47")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolution7
type IVsSolution7 = interface
[<System.Runtime.InteropServices.Guid("D32B0C42-8AEE-4772-B5C3-04565CDA5A47")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolution7 = interface
Public Interface IVsSolution7
- Attributes
Methods
CloseFolder(String) |
Closes a currently open folder pointed to by the path. |
IsDeferredProjectLoadAllowed(String) |
Obsolete.
Checks if the project allows deferred load. |
IsSolutionLoadDeferred() |
Obsolete.
Checks if the solution is in deferred load mode. |
OpenFolder(String) |
Opens a folder pointed to by the path. |