_DTE.Quit Method

Closes the environment.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub Quit
void Quit()
void Quit()
abstract Quit : unit -> unit 
function Quit()

Remarks

Quit shuts down the IDE, but not the operating system.

Examples

Sub QuitExample()
  Quit()
End Sub

.NET Framework Security

See Also

Reference

_DTE Interface

EnvDTE Namespace