StringList.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 or sets the string at the specified index.
public:
property System::String ^ default[int] { System::String ^ get(int index); void set(int index, System::String ^ value); };
public string this[int index] { get; set; }
Default Public Property Item(index As Integer) As String
Parameters
- index
- Int32
The index of the string to get or set.
Property Value
The string at the specified index.