HTMLProjectItems.Item(Object) Method
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.
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.