Gets the header 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 header file to get.

Return Value

The header file at the specified index.

See Also

HeaderFileCollection Object | HeaderFileCollection Members | HelpProducer Namespace