言語

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です。

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

PathFigureCollectionは読み取り専用です。

-又は-

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

注釈

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

適用対象

こちらもご覧ください