'Declaration Public Overrides Default Property Item( _
ByVal indexОтсчитываемый от нуля индекс страницы для получения или установки.As System.Int32 _
) As DicomPage
public: __property DicomPage* get_Item(
System.Int32 index
); override; public: __property void set_Item(
System.Int32 index,
DicomPage* value
); override;
public:
property DicomPage^ default [System.Int32] { DicomPage^ get(System.Int32 index) override;; void set(System.Int32 index, DicomPage^ value) override;; }
Parameters
- index
- Отсчитываемый от нуля индекс страницы для получения или установки.
Return Value
Страница по указанному индексу.