'Declaration Protected Overrides NotOverridable Sub SetItem( _ ByVal index As Integer, _ ByVal item As AnnotationView _ )
protected override void SetItem( int index, AnnotationView item )
protected: void SetItem( int index, AnnotationView* item ) override
protected: void SetItem( int index, AnnotationView^ item ) override
Parameters
- index
- The new value for the element at the specified index.
- item
- The zero-based index of the element to replace.