Visual Basic (Declaration) | |
---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As LegendEntry |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public LegendEntry this[ int index ]; {get; set;} |
C++/CLI | |
---|---|
public: property LegendEntry^ default [int] { LegendEntry^ get(int index); void set (int index, LegendEntry^ value); } |
Parameters
- index