TransUnit object
TransUnitProperties object
TransUnitProperty object

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

MemberDescription
Add Adds a "TransUnitProperty" to the collection.
Add( Name As XLIFFTransUnitAttributes, Value As String,
NamespaceURI As String, ExtendedName As String) As TransUnitProperty
Exists Returns whether the given property exists.
Exists( PropertyName As String, NamespaceURI As String ) As Boolean
Item Returns the property with the given index.
Item( Index As Variant, NamespaceURI As String ) As TransUnitProperty
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