TransformCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví v zadaném indexu Transform .

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

Parametry

index
Int32

Index založený na nule, který Transform chcete získat nebo nastavit.

Hodnota vlastnosti

V Transform zadaném indexu.

Implementuje

Výjimky

value je null.

index není platný index v objektu TransformCollection.

Je TransformCollection jen pro čtení.

nebo

TransformCollection pevnou velikost.

Poznámky

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

Platí pro

Viz také