VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormListBoxField Class / SelectedItemIndexes Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    SelectedItemIndexes Свойство (PdfInteractiveFormListBoxField)
    В этом разделе
    Возвращает или задает массив целочисленных значений, отсортированный в порядке возрастания, представляющий индексы, отсчитываемые от нуля, в коллекции Items коллекции выбранные в данный момент элементы опций.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(null)>
    <CategoryAttribute("Value")>
    <DescriptionAttribute("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")>
    <RefreshPropertiesAttribute(Repaint)>
    Public Overrides Property SelectedItemIndexes As System.Int32[]
    
    
    [DefaultValue(null)]
    [Category("Value")]
    [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")]
    [RefreshProperties(Repaint)]
    public override System.Int32[] SelectedItemIndexes { get; set; }
    
    
    [DefaultValue(null)]
    [Category("Value")]
    [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")]
    [RefreshProperties(Repaint)]
    public: __property System.Int32[] get_SelectedItemIndexes(); override;
    public: __property void set_SelectedItemIndexes(
    System.Int32[]* value
    ); override;
    [DefaultValue(null)]
    [Category("Value")]
    [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")]
    [RefreshProperties(Repaint)]
    public:
    property System.Int32[] SelectedItemIndexes { System.Int32[] get() override;; void set(array<System.Int32>^ value) override;; }

    Property Value

    Для полей, допускающих множественный выбор (IsMultiSelect установлено значение true), массив целых чисел, отсортированы в порядке возрастания и представляют индексы, отсчитываемые от нуля, в массиве Items выбранных в данный момент элементов параметров.
    Ремарки

    Эта запись необходима, когда два или более элементов в массиве Items имеют разные имена, но одинаковое значение экспорта или когда значение поле выбора представляет собой массив. В остальных случаях вход разрешен, но не обязателен. Если элементы, определенные этой записью, отличаются от элементов в свойстве SelectedItems, запись SelectedItems имеет приоритет.

    Требования

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

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