Quit Method
Home Page (Objects) | Overview | FAQ | Reference
Applies to: Application object
Quits Developer Studio.
Syntax
object**.Quit**
Parameters
object
An expression that evaluates to an Application object. When you use the Quit method of the Application object, you can omit object because the name of the Application object is implied when you access its properties and methods.
Remarks
The Quit method prompts the user to save documents that have changed, and then closes the documents before shutting down Developer Studio.
Example
The following example directs Developer Studio to quit:
Quit