次の方法で共有


Insert メソッド

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

オーバーロードの一覧

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

Top