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

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

GeneralTransformCollectionは読み取り専用です。

-又は-

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

注釈

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

適用対象

こちらもご覧ください