Returns the collection of translation units.

Type Info:

TransUnits As TransUnits
Example:
Dim SubFile As SubFile
Dim TUs As TransUnits

Set SubFile = Application.ActiveProjectFile.SubFiles(1)
Set TUs = SubFile.TransUnits
Remarks: Read-only property.

See also:

Class SubFile

Last Updated: 03/10/04