_DTE.Quit Method

Closes the environment.

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

Syntax

'Declaration
Sub Quit
'Usage
Dim instance As _DTE

instance.Quit()
void Quit()
void Quit()
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

_DTE Members

EnvDTE Namespace