HTMLProjectItem Members
Include Protected Members
Include Inherited Members
Represents an individual project item that’s a project item branch in the Project Explorer in the Microsoft Script Editor.
The HTMLProjectItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
Application | Returns an Application object that represents the container application for the object. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. |
![]() |
IsOpen | Determines if the specified HTML project item is open in the Microsoft Script Editor. |
![]() |
Name | Returns the name of the specified object. |
![]() |
Parent | Returns the Parent object for the specified object. |
![]() |
Text | Returns or sets the HTML text in the HTML editor. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
LoadFromFile | Updates the text in the Microsoft Script Editor with text from the specified file (on disk). |
![]() |
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. |
![]() |
SaveCopyAs | Saves the specified HTML project item using a new file name. |
Top