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)

Syntax

'Declaration
<GuidAttribute("000C0357-0000-0000-C000-000000000046")> _
Public Interface HTMLProjectItems _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As HTMLProjectItems
[GuidAttribute("000C0357-0000-0000-C000-000000000046")]
public interface HTMLProjectItems : _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.

See Also

Reference

HTMLProjectItems Members

Microsoft.Office.Core Namespace