PathFigureCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置にある 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 です。
実装
例外
value が nullです。
index が PathFigureCollection の有効なインデックスではありません。
注釈
の一般的な実装IList<T>.Item[]とは異なり、null (Nothing) 参照を挿入しようとすると、この実装は をスローArgumentExceptionします。