VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomAnnotationDataCollection Class / InsertItem(Int32,AnnotationData) Method
Синтаксис Требования Смотрите также
В этом разделе
    InsertItem(Int32,AnnotationData) Метод (DicomAnnotationDataCollection)
    В этом разделе
    Вставляет элемент в коллекцию по указанному индексу.
    Синтаксис
    'Declaration
    
    Protected Overrides Sub InsertItem( _
    ByVal index
    AnnotationData для вставки.
    As System.Int32, _
    ByVal item
    Индекс, отсчитываемый от нуля, по которому должен быть вставлен элемент.
    As Vintasoft.Imaging.Annotation.AnnotationData _
    )
    protected override void InsertItem(
    System.Int32 index,
    Vintasoft.Imaging.Annotation.AnnotationData item
    )
    protected: void InsertItem(
    System.Int32 index,
    Vintasoft.Imaging.Annotation.AnnotationData* item
    ); override
    protected:
    void InsertItem(
    System.Int32 index,
    Vintasoft.Imaging.Annotation.AnnotationData^ item
    ); override

    Parameters

    index
    AnnotationData для вставки.
    item
    Индекс, отсчитываемый от нуля, по которому должен быть вставлен элемент.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также