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