HTMLProject Object Members
Represents a top-level project branch, as in the Project Explorer in the Microsoft Script Editor.
Methods
| Name | Description | |
|---|---|---|
| Open | Opens the specified HTML project or HTML project item in the Microsoft Script Editor in one of the views specified by the optional MsoHTMLProjectOpen constants listed below. If one of the constants is not specified, the project item is opened in the default view. |
| RefreshDocument | Refreshes the specified HTML project in the Microsoft Office host application. |
| RefreshProject | Refreshes the specified HTML project in the Microsoft Script Editor. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the HTMLProject object (you can use this property with an Automation object to return that object's container application). Read-only |
| Creator | Gets a 32-bit integer that indicates the application in which the HTMLProject object was created. Read-only |
| HTMLProjectItems | Gets the HTMLProjectItems collection that is included in the specified HTML project. Read-only. |
| Parent | Gets the Parent object for the HTMLProject object. Read-only |
| State | Returns the current state of an HTMLProject object. Read-only MsoHTMLProjectState. |