RunningDocumentTable.CloseSolution(__FRAMECLOSE) Method
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.
Closes the solution.
public:
Microsoft::VisualStudio::Shell::CloseResult CloseSolution(Microsoft::VisualStudio::Shell::Interop::__FRAMECLOSE options);
public:
Microsoft::VisualStudio::Shell::CloseResult CloseSolution(Microsoft::VisualStudio::Shell::Interop::__FRAMECLOSE options);
Microsoft::VisualStudio::Shell::CloseResult CloseSolution(Microsoft::VisualStudio::Shell::Interop::__FRAMECLOSE options);
public Microsoft.VisualStudio.Shell.CloseResult CloseSolution (Microsoft.VisualStudio.Shell.Interop.__FRAMECLOSE options);
member this.CloseSolution : Microsoft.VisualStudio.Shell.Interop.__FRAMECLOSE -> Microsoft.VisualStudio.Shell.CloseResult
Public Function CloseSolution (options As __FRAMECLOSE) As CloseResult
Parameters
- options
- __FRAMECLOSE
The close options.
Returns
The close result.