Compartilhar via


Método ReadOnlyLinkedElementCollection<T>.IList<T>.Insert

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
Private Sub Insert ( _
    index As Integer, _
    item As T _
) Implements IList(Of T).Insert
void IList<T>.Insert(
    int index,
    T item
)

Parâmetros

  • item
    Tipo: T

Implementações

IList<T>.Insert(Int32, T)

Segurança do .NET Framework

Consulte também

Referência

ReadOnlyLinkedElementCollection<T> Classe

Namespace Microsoft.VisualStudio.Modeling