VectorCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある Vector を取得または設定します。

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

パラメーター

index
Int32

取得または設定する Vector の 0 から始まるインデックス番号。

プロパティ値

指定したインデックスにある Vector です。

実装

例外

valuenullです。

indexVectorCollection の有効なインデックスではありません。

VectorCollection は読み取り専用です。

- または -

VectorCollection は固定サイズです。

注釈

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

適用対象

こちらもご覧ください