Sdílet prostřednictvím


GeneralTransformCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví GeneralTransform objekt na zadané pozici indexu.

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

Umístění indexu založeného na nule objektu, které chcete získat nebo nastavit.

Hodnota vlastnosti

GeneralTransform

Objekt GeneralTransform na index pozici.

Implementuje

Výjimky

value je null.

index není platný index v souboru GeneralTransformCollection.

Je GeneralTransformCollection jen pro čtení.

-nebo- Má GeneralTransformCollection pevnou velikost.

Poznámky

Na rozdíl od typických IList<T>.Item[]implementací tato implementace vyvolá ArgumentException výjimku, pokud se pokusíte vložit odkaz null (Nothing).

Platí pro

Viz také