PathFigureCollection.Item[Int32] プロパティ

定義

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

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

パラメーター

index
Int32

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

プロパティ値

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

実装

例外

valuenullです。

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

PathFigureCollection は読み取り専用です。

- または -

PathFigureCollection は固定サイズです。

注釈

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

適用対象

こちらもご覧ください