'Declaration Protected Overrides Sub SetItem( _
ByVal indexThe new value for the element at the specified index.As System.Int32, _
ByVal itemThe zero-based index of the element to replace.As Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView _
)
protected override void SetItem(
System.Int32 index,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView item
)
protected: void SetItem(
System.Int32 index,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView* item
); override
protected:
void SetItem(
System.Int32 index,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView^ item
); override
Parameters
- index
- The new value for the element at the specified index.
- item
- The zero-based index of the element to replace.