IItemCollectionT Interface |
Namespace: SmartBear.TestLeft.TestObjects
The IItemCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Returns the number of items.
| |
| Item |
Returns an item by its key. A key can be an index or string.
|
| Name | Description | |
|---|---|---|
| CallMethodT(String, Object) |
Invokes the specified method and returns the result.
(Inherited from IObject.) | |
| CastT |
Casts the interface to an interface of another type.
(Inherited from IObject.) | |
| GetPropertyT |
Returns the value of the specified property.
(Inherited from IObject.) | |
| SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |