'Declaration Protected Overrides Sub SetItem( _
ByVal indexИндекс заменяемого элемента, отсчитываемый от нуля.As System.Int32, _
ByVal itemНовое значение элемента по указанному индексу.As Vintasoft.Imaging.Annotation.AnnotationData _
)
protected override void SetItem(
System.Int32 index,
Vintasoft.Imaging.Annotation.AnnotationData item
)
protected: void SetItem(
System.Int32 index,
Vintasoft.Imaging.Annotation.AnnotationData* item
); override
protected:
void SetItem(
System.Int32 index,
Vintasoft.Imaging.Annotation.AnnotationData^ item
); override
Parameters
- index
- Индекс заменяемого элемента, отсчитываемый от нуля.
- item
- Новое значение элемента по указанному индексу.