ReposRoot ReposTypeLibs Collection

See Also

The collection of Repository type libraries that are currently stored in the Repository. Each Repository type library represents a tool information model.

Collection descriptor Descriptor value
Relationship Type TlbManager-ContextFor-ReposTypeLibs
Source Is Origin Yes
Minimum Collection Size Zero
Maximum Collection Size Many
Sequenced Collection No
Deletes Propagated Yes
Destinations Named Yes
Case Sensitive Names No
Unique Names Yes

Syntax

Set variable = object.ReposTypeLibs( index )

The ReposTypeLibs collection syntax has the following parts.

Part Description
variable A variable declared as a ReposTypeLib object. Receives the specified Repository type library.
object An object expression that evaluates to a ReposRoot object.
index An integer index that identifies which element in the collection is to be addressed. The valid range is from one to the number of elements in the collection. The number of elements in the collection is specified by object.ReposTypeLibs.Count.