IMetabaseUpdateRemappings.Item

Syntax

Item(Index: Integer): IMetabaseUpdateRemapping;

Parameters

Index. Index of element in the collection.

Description

The Item property returns the specified element from the collection.

Comments

Element indexing in the collection is continuous and starts with zero.

Example

The property use is given in the example for IMetabaseUpdateContext.RegisterKeyChangeO.

See also:

IMetabaseUpdateRemappings