Insert メソッド

AggregationInstanceDimension をコレクションに挿入します。

オーバーロードの一覧

  名前 説明
パブリック メソッド Insert(Int32, AggregationInstanceDimension) 指定した AggregationInstanceDimension を、index で示されるコレクション内の位置に挿入します。
パブリック メソッド Insert(Int32, String) 指定した AggregationInstanceDimension を作成し、index で示されるコレクション内の位置に挿入します。
プロテクト メソッド Insert(Int32, ModelComponent) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
プロテクト メソッド Insert(IModelComponent, String, Int32) (ModelComponentCollection から継承されています。)
プロテクト メソッド Insert(IModelComponent, String, Int32, Boolean) (ModelComponentCollection から継承されています。)

Top