Given a key, returns associated
element.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Item( _
ByVal Key As String _
) As String
|
| [C#] |
|---|
public string this[
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Item(
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Item(
|
| [Java] |
|---|
public String getItem(
|
- Key