'Declaration Protected Overrides Sub InsertItem( _
ByVal indexThe object to insert.As System.Int32, _
ByVal itemThe zero-based index at which item should be inserted.As Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView _
)
protected override void InsertItem(
System.Int32 index,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView item
)
protected: void InsertItem(
System.Int32 index,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView* item
); override
protected:
void InsertItem(
System.Int32 index,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView^ item
); override
Parameters
- index
- The object to insert.
- item
- The zero-based index at which item should be inserted.