ComplexPropertyCollection<TComplexProperty>.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the property at the specified index.
public:
property TComplexProperty default[int] { TComplexProperty get(int index); };
public TComplexProperty this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As TComplexProperty
Parameters
- index
- Int32
The zero-based index of the property to get.
Property Value
TComplexProperty
The property at the specified index.