Share via


HTMLProjectItem Interface 

Represents an individual project item that’s a project item branch in the Project Explorer in the Microsoft Script Editor.

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

Usage

Public Class tMLProjectItemImplementation
    Implements HTMLProjectItem
End Class
Dim tMLProjectItemImplementation1 As New tMLProjectItemImplementation()

Syntax

Public Interface HTMLProjectItem
    Inherits _IMsoDispObj
public interface HTMLProjectItem : _IMsoDispObj
public interface class HTMLProjectItem : public _IMsoDispObj
public interface HTMLProjectItem implements _IMsoDispObj
public interface HTMLProjectItem implements _IMsoDispObj

Remarks

The HTMLProjectItem object is a member of the HTMLProjectItems collection.

Use HTMLProjectItems(index), where index is the name or index number of a project item, to return a single HTMLProjectItem object. Use the Name property to return the display name of the project item.

Use the Open method to open a project item in source view or text view, and use the IsOpen property to determine whether the project item is currently open.

Use the SaveCopyAs method to save the project item using a new file name.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

HTMLProjectItem Members