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

Определение

Возвращает или задает объект GeneralTransform по указанному положению индекса.

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

Параметры

index
Int32

Позиция индекса (начиная от нуля) для получаемого или задаваемого объекта.

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

GeneralTransform

Объект GeneralTransform в позиции index.

Реализации

Исключения

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

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

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

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

Комментарии

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

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

См. также раздел