'Declaration Public Default Property Item( _
ByVal indexThe zero-based index of the element to get.As Integer _
) As SaneLocalDeviceOption
public SaneLocalDeviceOption this[
int index
]{ get; set; }
public: __property SaneLocalDeviceOption* get_Item(
int index
); public: __property void set_Item(
int index,
SaneLocalDeviceOption* value
);
public:
property SaneLocalDeviceOption^ default [int] { SaneLocalDeviceOption^ get(int index); void set(int index, SaneLocalDeviceOption^ value); }
Parameters
- index
- The zero-based index of the element to get.
Return Value
The option at the specified index.