HTMLProjectItems Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of HTMLProjectItem objects that represent the HTML project items contained in the HTMLProject object.
public interface class HTMLProjectItems : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0357-0000-0000-C000-000000000046")]
public interface HTMLProjectItems : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C0357-0000-0000-C000-000000000046")>]
type HTMLProjectItems = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface HTMLProjectItems
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
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(Object) method of the HTMLProjectItems collection to return an individual project item.
Properties
Application |
Returns an Application object that represents the container application for the object. |
Count |
Returns an Integer indicating the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Parent |
Returns the Parent object for the specified object. |
Methods
GetEnumerator() | |
Item(Object) |
Returns the HTMLProjectItem object that represents a particular project in the Microsoft Script Editor. |