Item(Index: Integer): IValidationUserComponent;
Item(Index: System.Int32): Prognoz.Platform.Interop.Ms.IValidationUserComponent;
Index. Index of user component in the collection.
The Item property returns the component from the collection by its index.
This property provides access the specified component from the collection. The value of the Index parameter must be a non-negative number, but less than value of IValidationUserComponents.Count. The index numbering is continuous and starts with zero.
The property use is given in the example for IValidationUserComponent.Transform.
See also: