HTMLProject Interface

Represents a top-level project branch, as in the Project Explorer in the Microsoft Script Editor.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000C0356-0000-0000-C000-000000000046")> _
Public Interface HTMLProject _
    Inherits _IMsoDispObj
'Usage
Dim instance As HTMLProject
[GuidAttribute("000C0356-0000-0000-C000-000000000046")]
public interface HTMLProject : _IMsoDispObj

Remarks

Use the Open method of the HTMLProject object to open an HTML project in the Microsoft Script Editor. The project is opened in source view or text view for the active Microsoft Word document, Excel workbook, or PowerPoint presentation.

Use the HTMLProjectItems property to return the collection of HTMLProjectItem objects in the HTML project. Use the RefreshDocument method to refresh the HTML document in the host application. Use the RefreshProject method to refresh the project in the Microsoft Script Editor. Use the State method to determine whether the HTML project needs to be refreshed.

See Also

Reference

HTMLProject Members

Microsoft.Office.Core Namespace