SubFile object
SubFileProperties object
SubFileProperty object

The "SubFileProperties" object is a collection of "SubFileProperty" objects. The collection contains all the properties of the corresponding translation unit.

MemberDescription
Add Adds a SubFileProperty to the collection.
Add( Name As XLIFFFileAttributes, Value As String, NamespaceURI As String,
ExtendedName As String) As SubFileProperty
Item Returns the property with the given index.
Item( Index As Variant, NamespaceURI As String ) As SubFileProperty
Remove Removes the property with the given index.
Remove( Index As Variant, NamespaceURI As String )
Count Returns the number of elements in the collection.


Last Updated: 04/27/05