Edit

Share via


HTMLProjectItems.Item(Object) Method

Definition

Returns the HTMLProjectItem object that represents a particular project in the Microsoft Script Editor.

public:
 Microsoft::Office::Core::HTMLProjectItem ^ Item(System::Object ^ % Index);
public Microsoft.Office.Core.HTMLProjectItem Item (ref object Index);
abstract member Item : obj -> Microsoft.Office.Core.HTMLProjectItem
Public Function Item (ByRef Index As Object) As HTMLProjectItem

Parameters

Index
Object

Required Object. The name or index number of the HTML project item to be returned.

Returns

Applies to