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

取得または設定するオブジェクトの 0 から始まるインデックス位置。

プロパティ値

GeneralTransform位置にあるindex オブジェクト。

実装

例外

valuenullです。

index は、 GeneralTransformCollection内の有効なインデックスではありません。

GeneralTransformCollectionは読み取り専用です。

-又は-

GeneralTransformCollectionには固定サイズがあります。

注釈

IList<T>.Item[]の一般的な実装とは異なり、ArgumentExceptionNothing) 参照を挿入しようとすると、この実装はをスローします。

適用対象

こちらもご覧ください