'Declaration
<NotNullAttribute()> ReadOnly Default Property Item( _ ByVal key As String _ ) As AENodeElement
'Usage
Dim instance As _AENodeElementCollection Dim key As String Dim value As AENodeElement value = instance.Item(key)
[NotNull()] AENodeElement this[ string key ]; {get;}
[NotNull()] property AENodeElement^ default [String^] { AENodeElement^ get(String^ key); }
Parameters
- key