GradientStopCollection.Item[Int32] Свойство

Определение

Возвращает или задает объект GradientStop по указанному индексу, начинающемуся с нуля.

public:
 property System::Windows::Media::GradientStop ^ default[int] { System::Windows::Media::GradientStop ^ get(int index); void set(int index, System::Windows::Media::GradientStop ^ value); };
public System.Windows.Media.GradientStop this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.GradientStop with get, set
Default Public Property Item(index As Integer) As GradientStop

Параметры

index
Int32

Индекс (с нуля) возвращаемого или задаваемого GradientStop.

Значение свойства

GradientStop

Объект GradientStop по указанному индексу.

Реализации

Исключения

value имеет значение null.

index не является допустимым индексом в GradientStopCollection.

Объект GradientStopCollection доступен только для чтения.

-или- GradientStopCollection имеет фиксированный размер.

Комментарии

В отличие от типичных реализаций IList<T>.Item[], эта реализация создает исключение ArgumentException при попытке вставить пустую ссылку (Nothing).

Применяется к