GeneralTransformCollection.Insert(Int32, GeneralTransform) メソッド

定義

GeneralTransform オブジェクトを、GeneralTransformCollection 内の指定したインデックス位置に挿入します。

public:
 virtual void Insert(int index, System::Windows::Media::GeneralTransform ^ value);
public void Insert (int index, System.Windows.Media.GeneralTransform value);
abstract member Insert : int * System.Windows.Media.GeneralTransform -> unit
override this.Insert : int * System.Windows.Media.GeneralTransform -> unit
Public Sub Insert (index As Integer, value As GeneralTransform)

パラメーター

index
Int32

オブジェクトを挿入する位置の 0 から始まるインデックス位置。

value
GeneralTransform

挿入するオブジェクト。

実装

例外

valuenullです。

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

GeneralTransformCollection は読み取り専用です。

- または -

GeneralTransformCollection は固定サイズです。

注釈

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

適用対象

こちらもご覧ください