次の方法で共有


LinkedElementCollection<T>.InsertRange メソッド

要素範囲をコレクション内の指定したインデックスの位置に挿入します。

名前空間:  Microsoft.VisualStudio.Modeling
アセンブリ:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 内)

構文

'宣言
Public Sub InsertRange ( _
    index As Integer, _
    collection As IEnumerable(Of T) _
)
public void InsertRange(
    int index,
    IEnumerable<T> collection
)

パラメーター

  • index
    型 : System.Int32
    挿入する最初の要素のインデックス。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

LinkedElementCollection<T> クラス

Microsoft.VisualStudio.Modeling 名前空間