Share via


Application Property

Home Page (Objects)OverviewFAQReference

Applies to: Breakpoint object, Breakpoints object, Configuration object, Configurations object, Debugger object, Document object, Documents object, Project object, Projects object, TextDocument object, TextEditor object, TextSelection object, TextWindow object, Window object, Windows object

Gets the Developer Studio Application object.

Syntax

object**.Application**

Parameters

object

An expression that evaluates to one of the objects in the Applies To list above.

Remarks

The Application property has the Application type.

The Application object represents the entire Developer Studio application. It provides access to other objects in the Developer Studio object model and provides methods and properties that affect the entire application.

Example

The following example gets the Developer Studio Application object, using the Document object:

Dim App
Set App = Document.Application