[This is preliminary documentation and is subject to change.]
Indexer property
| C# | Visual Basic | Visual C++ |
public string this[ int propertyIndex ] { get; set; }
Public Default Property Item ( _ propertyIndex As Integer _ ) As String
public: property String^ default[int propertyIndex] { String^ get (int propertyIndex); void set (int propertyIndex, String^ value); }
- propertyIndex (Int32)