'Declaration Protected Overrides Sub InsertItem( _
ByVal indexThe object to insert. The value can be null for reference types.As System.Int32, _
ByVal itemThe zero-based index at which item should be inserted.As WpfPdfAnnotationView _
)
protected override void InsertItem(
System.Int32 index,
WpfPdfAnnotationView item
)
protected: void InsertItem(
System.Int32 index,
WpfPdfAnnotationView* item
); override
protected:
void InsertItem(
System.Int32 index,
WpfPdfAnnotationView^ item
); override
Parameters
- index
- The object to insert. The value can be null for reference types.
- item
- The zero-based index at which item should be inserted.