Returns the subordinated translation units.

Type Info:

TransUnits As TransUnits
Example:
Dim Groups As Groups
Dim Group As Group
Dim TUs As TransUnits

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

The returned translation units are exclusively the translation units that are directly underlying this group object.

See also:

Class Group

Last Updated: 10/26/04