PathFigureCollection.Insert(Int32, PathFigure) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の特定の場所に PathFigure を挿入します。
public:
virtual void Insert(int index, System::Windows::Media::PathFigure ^ value);
public void Insert(int index, System.Windows.Media.PathFigure value);
abstract member Insert : int * System.Windows.Media.PathFigure -> unit
override this.Insert : int * System.Windows.Media.PathFigure -> unit
Public Sub Insert (index As Integer, value As PathFigure)
パラメーター
- index
- Int32
PathFigureが挿入されるインデックス位置。
- value
- PathFigure
コレクションに挿入する PathFigure オブジェクト。
実装
例外
value は nullです。
index は、 PathFigureCollection内の有効なインデックスではありません。
注釈
IList<T>.Insertの一般的な実装とは異なり、ArgumentExceptionNothing) 参照を挿入しようとすると、この実装はをスローします。