_DTE.Quit 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 environment.
public:
void Quit();
public:
void Quit();
void Quit();
[System.Runtime.InteropServices.DispId(207)]
public void Quit ();
[<System.Runtime.InteropServices.DispId(207)>]
abstract member Quit : unit -> unit
Public Sub Quit ()
- Attributes
Examples
Sub QuitExample()
Quit()
End Sub
Remarks
Quit
shuts down the IDE, but not the operating system.