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