VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElementCollection Class / Item Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    Item Свойство (DicomDataElementCollection)
    В этом разделе
    Возвращает DicomDataElement по указанному индексу.
    Синтаксис
    'Declaration
    
    Public Default Property Item( _
    ByVal index
    Отсчитываемый от нуля индекс страницы для получения или установки.
    As System.Int32 _
    ) As DicomDataElement
    public DicomDataElement this[
    System.Int32 index
    ]{ get; set; }
    public: __property DicomDataElement* get_Item(
    System.Int32 index
    ); public: __property void set_Item(
    System.Int32 index,
    DicomDataElement* value
    );
    public:
    property DicomDataElement^ default [System.Int32] { DicomDataElement^ get(System.Int32 index); void set(System.Int32 index, DicomDataElement^ value); }

    Parameters

    index
    Отсчитываемый от нуля индекс страницы для получения или установки.

    Return Value

    Страница по указанному индексу.
    Исключения
    ИсключениеОписание
    index меньше нуля. -или- index равен или больше Count.
    Требования

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

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