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