FeedClockVector::Item Property
Gets or sets the element in the clock vector that is indicated by the value of index.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: virtual property IClockVectorElement^ default[int index] { IClockVectorElement^ get (int index) sealed; void set (int index, IClockVectorElement^ value) sealed; }
Parameters
- index
- Type: System::Int32
The index of the element to get or set.
Property Value
Type: Microsoft.Synchronization::IClockVectorElementThe element in the clock vector that is indicated by the value of index.
Implements
IList<T>::Item[Int32]| Exception | Condition |
|---|---|
| ArgumentException | item is a nullptr or cannot be converted to FeedClockVectorElement. |
Show: