ISharedAdhocPlugins.Item

Syntax

Item(index: Integer): ISharedAdhocPlugin;

Parameters

index. Index of plugin in collection.

Description

The Item property returns the specified plugin from collection.

Comments

Indexing of plugins in the collection is continuous and starts with zero. To get the number of plugins in the collection, use the ISharedAdhocPlugins.Count property.

See also:

ISharedAdhocPlugins