Share via


HTMLProjectItems Interface 

A collection of HTMLProjectItem objects that represent the HTML project items contained in the HTMLProject object.

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

Usage

Public Class tMLProjectItemsImplementation
    Implements HTMLProjectItems
End Class
Dim tMLProjectItemsImplementation1 As New tMLProjectItemsImplementation()

Syntax

Public Interface HTMLProjectItems
    Inherits _IMsoDispObj, IEnumerable
public interface HTMLProjectItems : _IMsoDispObj, IEnumerable
public interface class HTMLProjectItems : public _IMsoDispObj, IEnumerable
public interface HTMLProjectItems implements _IMsoDispObj, IEnumerable
public interface HTMLProjectItems implements _IMsoDispObj, , IEnumerable

Remarks

Use the HTMLProjectItems property of the HTMLProject object to return the HTMLProjectItems collection. Use the Count property of the HTMLProjectItems collection to return the number of project items in the HTML project for the specified document. Use the Item method of the HTMLProjectItems collection to return an individual project item.

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

HTMLProjectItems Members