'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As FrameworkElement
'Usage Dim instance As DragDropContext.SiblingsCollection Dim index As Integer Dim value As FrameworkElement instance.Item(index) = value value = instance.Item(index)
public FrameworkElement this[ int index ]; {get; set;}
Parameters
- index