'Declaration
Public Overloads Property Item( _ ByVal index As Integer _ ) As TemplateImage
'Usage
Dim instance As TemplateImageCollection Dim index As Integer Dim value As TemplateImage instance.Item(index) = value value = instance.Item(index)
public TemplateImage Item( int index ) {get; set;}
public: property TemplateImage^ Item { TemplateImage^ get(int index); void set (int index, TemplateImage^ value); }
Parameters
- index
- The index in the collection to get or set.