PathSegmentCollection.Item[Int32] プロパティ

定義

0 から始まる指定したインデックス位置にある PathSegment を取得または設定します。

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

パラメーター

index
Int32

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

プロパティ値

指定したインデックスにある項目。

実装

例外

valuenullです。

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

PathSegmentCollection は読み取り専用です。

- または -

PathSegmentCollection は固定サイズです。

注釈

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

適用対象

こちらもご覧ください