Gets the include file at the specified index.

[VBScript]
Public Function Item( _
   ByVal index As Object _
) As String
[JScript]
public function Item(
   index : Object
) : String;

Parameters

index
The zero-based index or the name of the include file to get.

Return Value

The include file at the specified index.

See Also

IncludeFileCollection Object | IncludeFileCollection Members | HelpProducer Namespace