Adds a header file to this collection.

[VBScript]
Public Sub Add( _
   ByVal file As String _
)
[JScript]
public function Add(
   file : String
);

Parameters

file
The header file to add to this collection.

See Also

HeaderFileCollection Object | HeaderFileCollection Members | HelpProducer Namespace