GeneralTransformCollection.Item[Int32] Własność
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Pobiera lub ustawia GeneralTransform obiekt na określonej pozycji indeksu.
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
Parametry
- index
- Int32
Pozycja indeksu na podstawie zera obiektu do pobrania lub ustawienia.
Wartość nieruchomości
Obiekt GeneralTransform w index pozycji.
Implementuje
Wyjątki
value to null.
index nie jest prawidłowym indeksem w obiekcie GeneralTransformCollection.
Element GeneralTransformCollection jest tylko do odczytu.
-lub-
Element GeneralTransformCollection ma stały rozmiar.
Uwagi
W przeciwieństwie do typowych implementacji IList<T>.Item[]programu ta implementacja zgłasza ArgumentException błąd, jeśli próbujesz wstawić odwołanie o wartości null (nic).