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